aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: Enable presubtract sourcesTom Stellard2010-09-1017-94/+1074
* mesa: Remove unused Emit flags from gl_shader_compiler_optionsIan Romanick2010-09-101-2/+0
* intel: Remove noise opcode support from i915 and i965 driversIan Romanick2010-09-102-1135/+0
* r600c: add missing headerAlex Deucher2010-09-101-0/+1
* r600c: add OQ support for evergreenAlex Deucher2010-09-103-16/+55
* r600c: oq updatesAlex Deucher2010-09-103-2/+4
* r600c: add blit support for evergreenAlex Deucher2010-09-105-3/+1918
* r600c: emit start3d packet on evergreenAlex Deucher2010-09-101-2/+1
* r600c: fix some typosAlex Deucher2010-09-102-3/+3
* r600c: fix type in cb setup on evergreenAlex Deucher2010-09-101-3/+2
* r600c: add support for more rendering formats on evergreenAlex Deucher2010-09-102-32/+255
* r600: set correct initial point_minmax valuesAndre Maasikas2010-09-101-0/+4
* r600g: Fixed a bo reference leak in the draw module.Tilman Sauerbeck2010-09-101-0/+5
* r600g: Only increase a bo's map_count if radeon_bo_map() succeeded.Tilman Sauerbeck2010-09-101-2/+6
* r600g: Fixed a bo leak in the error path of radeon_ctx_set_bo_new().Tilman Sauerbeck2010-09-101-2/+1
* r600g: Fixed a bo leak in r600_texture_from_handle().Tilman Sauerbeck2010-09-101-5/+6
* r600g: Don't leave stale references in query_list when we cannot create bo.Tilman Sauerbeck2010-09-101-1/+3
* r600g: Implemented the y component write for the LOG opcode.Tilman Sauerbeck2010-09-101-5/+90
* egl: Simplify _eglBindContext.Chia-I Wu2010-09-101-77/+31
* r600: dont bswap rgba FLOAT formatsAndre Maasikas2010-09-101-2/+2
* targets/egl: Fix crashes from loading invalid modules.Chia-I Wu2010-09-101-4/+1
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-109-86/+50
* st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-1010-189/+92
* st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-104-46/+14
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-108-32/+171
* r600g: fixup state calculations for picking states.Dave Airlie2010-09-107-29/+16
* r600g: fixup CB state numbering headerDave Airlie2010-09-103-95/+36
* r600g: fix warning in r600 pipe driverDave Airlie2010-09-103-15/+14
* r600g: evergreen CBs are more sane to support with a single stateDave Airlie2010-09-103-82/+3
* r600g: add multi-buffer flush support properly.Dave Airlie2010-09-101-6/+7
* r600g: fix regression in multi-buffer tests since CB flush mergeDave Airlie2010-09-101-14/+14
* i965: Add switch cases for ir_unop_noise, which should have been lowered.Eric Anholt2010-09-092-0/+7
* r600g: add initial evergreen supportDave Airlie2010-09-1025-62/+5303
* r600g: align flushing of cb/db with DDX/r600c.Dave Airlie2010-09-105-32/+95
* r600g: don't need 3 bos here.Dave Airlie2010-09-102-8/+4
* graw: added test for finding shader mem leaksBrian Paul2010-09-092-0/+267
* draw: minor reformattingBrian Paul2010-09-091-2/+1
* graw: emit warnings when context/surface creation failesBrian Paul2010-09-091-3/+11
* winsys: emit warning in null_sw_displaytarget_create()Brian Paul2010-09-091-0/+2
* graw: fix array size, indentation,Brian Paul2010-09-091-7/+10
* glsl2: Fix scons build for all platformsJakob Bornecrantz2010-09-101-0/+1
* Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg2010-09-098-130/+25
* glsl2: Implement noise[1234] built-in functions using ir_unop_noiseIan Romanick2010-09-095-104/+458
* glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick2010-09-095-11/+8
* glsl2: Add lowering pass to remove noise opcodesIan Romanick2010-09-094-1/+75
* glsl2: Add ir_unop_noiseIan Romanick2010-09-093-0/+15
* glsl/builtins: normalize of a negative scalar should be -1.0.Kenneth Graunke2010-09-092-2/+2
* mesa: Only reference logging symbols in debug buildsKristian Høgsberg2010-09-091-0/+11
* mesa: Don't reuse DummyFramebuffer as the incomplete framebufferKristian Høgsberg2010-09-092-1/+10
* glapi: Fix non-debug buildsJakob Bornecrantz2010-09-091-1/+1