summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-22scons: Add support for GLES.Chia-I Wu
2011-01-22mapi: ENTRY_CURRENT_TABLE_GET should be stringified.Chia-I Wu
2011-01-21glcpp: Regenerate parser files.Kenneth Graunke
2011-01-21glcpp: Remove use of talloc reference counting.Kenneth Graunke
2011-01-21glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke
2011-01-21ra: Use the same context when realloc'ing arrays.Kenneth Graunke
2011-01-21glsl: Improve error message when read-only vars are writtenChad Versace
2011-01-21glsl: Mark 'in' variables at global scope as read-onlyChad Versace
2011-01-21glsl: Remove unused class ast_declaration_statmentChad Versace
2011-01-21i915g: Don't (un)map vbuf on each (un)map callJakob Bornecrantz
2011-01-21i915g: Don't do unnecessary copies of constantsJakob Bornecrantz
2011-01-21i915g: Don't emit FS constants when VS contants changeJakob Bornecrantz
2011-01-21i915g: Use slab allocator for transfersJakob Bornecrantz
2011-01-21st/dri: Fix warningJakob Bornecrantz
2011-01-21r600g: check if hardware blits are possible bevore enabling tillingChristian König
2011-01-21r600g: FLT_TO_INT_FLOOR is trans instructionAlex Deucher
2011-01-21mesa: EXT_framebuffer_sRGB interface additions.Dave Airlie
2011-01-21r600c: get OQ results only for 4 DBs on r600 classAndre Maasikas
2011-01-20intel: Fix typeos from 3d028024 and 790ff232Ian Romanick
2011-01-20i915: Set correct values for range/precision of fragment shader typesIan Romanick
2011-01-20i965: Set correct values for range/precision of fragment shader typesIan Romanick
2011-01-20mesa: Set correct values for range/precision of shader integer typesIan Romanick
2011-01-20mesa: Connect glGetShaderPrecisionFormat into the dispatch tableIan Romanick
2011-01-20softpipe: check for null pointers during context create/destroyBrian Paul
2011-01-20graw: fix logic error in pixel format selectionBrian Paul
2011-01-20Fix the build from 887d2b64Ian Romanick
2011-01-20mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul
2011-01-20mesa: move extra prim mode #definesBrian Paul
2011-01-20vbo: added commentBrian Paul
2011-01-20mesa: minor formatting fixesBrian Paul
2011-01-20st/mesa: clean up the sampler view format codeBrian Paul
2011-01-20mesa: document sRGBDecode fieldBrian Paul
2011-01-20st/mesa: formatting, whitespace fixesBrian Paul
2011-01-20r600c: bump sq gpr resources if a shader needs more than defaultAndre Maasikas
2011-01-20glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu
2011-01-20glapi: Fix OpenGL ES 1.1 and 2.0 interop.Chia-I Wu
2011-01-20mapi: Add support for bridge mode.Chia-I Wu
2011-01-20mapi: u_current_table may be renamed.Chia-I Wu
2011-01-20mapi: Add a new glapi.h implementation.Chia-I Wu
2011-01-20mapi: Fix glapi printers for gl_and_es_API.xml.Chia-I Wu
2011-01-20mapi: Allow prefix to be macro.Chia-I Wu
2011-01-20mapi: Add the ability to parse GLAPI XML.Chia-I Wu
2011-01-20glapi: Add gl_and_es_API.xml.Chia-I Wu
2011-01-19Add machine generated files to .gitignoretwied
2011-01-19glsl: Don't bother unsetting a destructor that was never set.Kenneth Graunke
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet
2011-01-19softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet
2011-01-20r200: fix up some problems with TFP on r200Dave Airlie
2011-01-19llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul
2011-01-19i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt