38789 Commits (d442c7f172df72875bc4a4c8e20ddd8c49dee12a)
 

Author SHA1 Message Date
  Tom Stellard d442c7f172 r300/compiler: Replace asserts with error messages 15 years ago
  Tom Stellard 66b1e716fb r300/compiler: Fix copy propigation for some presub instructions 15 years ago
  Tom Stellard 564653b9f1 r300/compiler: Add peephole optimization for the 'sub' presubtract operation 15 years ago
  Tom Stellard a64b4a05af r300/compiler: Add peephole optimization for the 'add' presubtract operation 15 years ago
  Tom Stellard 598e220f95 r300/compiler: Clean up rc_pair_alloc_source() 15 years ago
  Tom Stellard 63432ecfce r300/compiler: Enable presubtract sources 15 years ago
  Ian Romanick d8a3662008 mesa: Remove unused Emit flags from gl_shader_compiler_options 15 years ago
  Ian Romanick 55aaee6020 intel: Remove noise opcode support from i915 and i965 drivers 15 years ago
  Alex Deucher 58eaade662 r600c: add missing header 15 years ago
  Alex Deucher 9cced19125 r600c: add OQ support for evergreen 15 years ago
  Alex Deucher 7ffc5d7c2e r600c: oq updates 15 years ago
  Alex Deucher 4e53d6e6c9 r600c: add blit support for evergreen 15 years ago
  Alex Deucher 886c6c09ea r600c: emit start3d packet on evergreen 15 years ago
  Alex Deucher f35b728acc r600c: fix some typos 15 years ago
  Alex Deucher a712db73ce r600c: fix type in cb setup on evergreen 15 years ago
  Alex Deucher c7843280f0 r600c: add support for more rendering formats on evergreen 15 years ago
  Andre Maasikas 78109952d4 r600: set correct initial point_minmax values 15 years ago
  Tilman Sauerbeck ec2e0fd1e9 r600g: Fixed a bo reference leak in the draw module. 15 years ago
  Tilman Sauerbeck 0b4c529da5 r600g: Only increase a bo's map_count if radeon_bo_map() succeeded. 15 years ago
  Tilman Sauerbeck 56a80535b6 r600g: Fixed a bo leak in the error path of radeon_ctx_set_bo_new(). 15 years ago
  Tilman Sauerbeck ac2bddb9f2 r600g: Fixed a bo leak in r600_texture_from_handle(). 15 years ago
  Tilman Sauerbeck ae23d425c2 r600g: Don't leave stale references in query_list when we cannot create bo. 15 years ago
  Tilman Sauerbeck 96a4edb8cc r600g: Implemented the y component write for the LOG opcode. 15 years ago
  Chia-I Wu ea9e5dbbc2 egl: Simplify _eglBindContext. 15 years ago
  Andre Maasikas 67270e1fd6 r600: dont bswap rgba FLOAT formats 15 years ago
  Chia-I Wu 67660ccee9 targets/egl: Fix crashes from loading invalid modules. 15 years ago
  Chia-I Wu 5ea092117f gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2. 15 years ago
  Chia-I Wu 948e3fa27c st/egl: Use profiles to create OpenGL ES contexts. 15 years ago
  Chia-I Wu 0cd480f076 st/dri: Use profiles to create OpenGL ES contexts. 15 years ago
  Chia-I Wu 4531356817 gallium: Add context profile support to st_api. 15 years ago
  Dave Airlie fcae8ca575 r600g: fixup state calculations for picking states. 15 years ago
  Dave Airlie f61b241eba r600g: fixup CB state numbering header 15 years ago
  Dave Airlie cc1b3b1013 r600g: fix warning in r600 pipe driver 15 years ago
  Dave Airlie ad5ada4372 r600g: evergreen CBs are more sane to support with a single state 15 years ago
  Dave Airlie 7d564fdddd r600g: add multi-buffer flush support properly. 15 years ago
  Dave Airlie ab686d340a r600g: fix regression in multi-buffer tests since CB flush merge 15 years ago
  Eric Anholt 6ef5f21234 i965: Add switch cases for ir_unop_noise, which should have been lowered. 15 years ago
  Dave Airlie 50526e094f r600g: add initial evergreen support 15 years ago
  Dave Airlie 42da027433 r600g: align flushing of cb/db with DDX/r600c. 15 years ago
  Dave Airlie e795ca8f31 r600g: don't need 3 bos here. 15 years ago
  Brian Paul 48fda8c446 graw: added test for finding shader mem leaks 15 years ago
  Brian Paul 451dfe5413 draw: minor reformatting 15 years ago
  Brian Paul 821e390018 graw: emit warnings when context/surface creation failes 15 years ago
  Brian Paul 5c3f678790 winsys: emit warning in null_sw_displaytarget_create() 15 years ago
  Brian Paul d851dae919 graw: fix array size, indentation, 15 years ago
  Jakob Bornecrantz 379e2e77ba glsl2: Fix scons build for all platforms 15 years ago
  Kristian Høgsberg 042a333028 Revert "glapi: Implement optional dispatch logging" 15 years ago
  Ian Romanick 1f3c7d968c glsl2: Implement noise[1234] built-in functions using ir_unop_noise 15 years ago
  Ian Romanick 2b70dbfe09 glsl2: Add EmitNoNoise flag, use it to remove noise opcodes 15 years ago
  Ian Romanick 547131ac87 glsl2: Add lowering pass to remove noise opcodes 15 years ago