summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-01-19i965/fs: Add a helper function for detecting math opcodes.Eric Anholt
2011-01-19i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt
2011-01-19i965/fs: Add an instruction scheduler.Eric Anholt
2011-01-19i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt
2011-01-19r600g: fix segfault if texture operand is a literalChristian König
2011-01-19mesa: implement glGetShaderPrecisionFormat()Brian Paul
2011-01-19gallium/docs: document result type for some types of queriesBrian Paul
2011-01-19radeon: avoid segfault on 3D textures.Dave Airlie
2011-01-19radeon: oops didn't need this logbase2 fnDave Airlie
2011-01-19radeon: calculate complete texture state inside TFP functionDave Airlie
2011-01-19dri/nouveau: allow multiple maps of surface buffersBen Skeggs
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie
2011-01-18i965: Fix a comment typo.Eric Anholt
2011-01-18i965: Fix a bug in i965 compute-to-MRF.Eric Anholt
2011-01-19r600g: fix reserve_cfile for R700+Christian König
2011-01-18glsl: Fix segfault due to missing printf argumentChad Versace
2011-01-18glsl: Fix semantic checks on precision qualifiersChad Versace
2011-01-18llvmpipe: make sure binning is active when we begin/end a queryBrian Paul