summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-20131-2090/+17723
|\
| * softpipe: check for null pointers during context create/destroyBrian Paul2011-01-201-5/+21
| * graw: fix logic error in pixel format selectionBrian Paul2011-01-2010-54/+96
| * Fix the build from 887d2b64Ian Romanick2011-01-202-2/+2
| * mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul2011-01-205-57/+55
| * mesa: move extra prim mode #definesBrian Paul2011-01-202-5/+5
| * vbo: added commentBrian Paul2011-01-201-1/+1
| * mesa: minor formatting fixesBrian Paul2011-01-201-4/+7
| * st/mesa: clean up the sampler view format codeBrian Paul2011-01-201-7/+14
| * mesa: document sRGBDecode fieldBrian Paul2011-01-201-1/+1
| * st/mesa: formatting, whitespace fixesBrian Paul2011-01-202-17/+18
| * r600c: bump sq gpr resources if a shader needs more than defaultAndre Maasikas2011-01-202-0/+21
| * glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-2014-29/+13306
| * glapi: Fix OpenGL ES 1.1 and 2.0 interop.Chia-I Wu2011-01-206-100/+171
| * mapi: Add support for bridge mode.Chia-I Wu2011-01-208-33/+149
| * mapi: u_current_table may be renamed.Chia-I Wu2011-01-204-5/+9
| * mapi: Add a new glapi.h implementation.Chia-I Wu2011-01-203-3/+253
| * mapi: Fix glapi printers for gl_and_es_API.xml.Chia-I Wu2011-01-201-18/+503
| * mapi: Allow prefix to be macro.Chia-I Wu2011-01-201-3/+7
| * mapi: Add the ability to parse GLAPI XML.Chia-I Wu2011-01-201-5/+76
| * glapi: Add gl_and_es_API.xml.Chia-I Wu2011-01-206-0/+1255
| * doxygen: Add glsl to the Makefile and .gitignore.Kenneth Graunke2011-01-192-0/+2
| * Add machine generated files to .gitignoretwied2011-01-193-0/+7
| * glsl: Don't bother unsetting a destructor that was never set.Kenneth Graunke2011-01-191-6/+3
| * autoconf: Fail when --with-state-trackers is incomplete.Chia-I Wu2011-01-201-0/+9
| * softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet2011-01-195-55/+39
| * softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet2011-01-191-5/+1
| * r200: fix up some problems with TFP on r200Dave Airlie2011-01-201-5/+15
| * llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul2011-01-191-3/+14
| * i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt2011-01-191-0/+15
| * i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2011-01-192-8/+13
| * i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt2011-01-191-2/+3
| * i965/fs: Add an instruction scheduler.Eric Anholt2011-01-194-0/+479
| * i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt2011-01-192-8/+12
| * r600g: fix segfault if texture operand is a literalChristian König2011-01-191-1/+3
| * mesa: implement glGetShaderPrecisionFormat()Brian Paul2011-01-193-5/+68
| * gallium/docs: document result type for some types of queriesBrian Paul2011-01-191-0/+2
| * radeon: avoid segfault on 3D textures.Dave Airlie2011-01-191-0/+3
| * radeon: oops didn't need this logbase2 fnDave Airlie2011-01-191-15/+0
| * radeon: calculate complete texture state inside TFP functionDave Airlie2011-01-191-3/+25
| * dri/nouveau: allow multiple maps of surface buffersBen Skeggs2011-01-191-2/+4
| * radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie2011-01-193-6/+6
| * i965: Fix a comment typo.Eric Anholt2011-01-181-1/+1
| * i965: Fix a bug in i965 compute-to-MRF.Eric Anholt2011-01-181-0/+1
| * r600g: fix reserve_cfile for R700+Christian König2011-01-191-19/+17
| * glsl: Fix segfault due to missing printf argumentChad Versace2011-01-181-1/+2
| * glsl: Fix semantic checks on precision qualifiersChad Versace2011-01-181-9/+8
| * llvmpipe: make sure binning is active when we begin/end a queryBrian Paul2011-01-181-0/+4
| * softpipe: rename some functions for consistencyBrian Paul2011-01-181-7/+7
| * r600g: Kill trailing whitespace.Henri Verbeet2011-01-188-66/+66