summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-01-18softpipe: rename some functions for consistencyBrian Paul
2011-01-18r600g: Kill trailing whitespace.Henri Verbeet
2011-01-18r600g: Remove the unused eg_states_inc.h and r600_states_inc.h.Henri Verbeet
2011-01-18r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu().Henri Verbeet
2011-01-18vbo: initialize num_instances in a few placesBrian Paul
2011-01-18ra: Take advantage of the adjacency list in finding a node to spill.Eric Anholt
2011-01-18ra: Remove unused "name" field in regs.Eric Anholt
2011-01-18ra: Take advantage of the adjacency list in ra_select() too.Eric Anholt
2011-01-18ra: Add an adjacency list to trade space for time in ra_simplify().Eric Anholt
2011-01-18glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt
2011-01-18ra: Trade off some space to get time efficiency in ra_set_finalize().Eric Anholt
2011-01-18softpipe: added some null pointer checksBrian Paul
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul
2011-01-18Remove executables from source tree.José Fonseca
2011-01-18r600c: preserve correct buffer when using fboAndre Maasikas
2011-01-18r600: set border color as RGBAAndre Maasikas
2011-01-18r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transformAndre Maasikas
2011-01-17i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt
2011-01-17llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul
2011-01-17st/mesa: move PIPE_CAP_INDEP_BLEND_FUNC codeBrian Paul
2011-01-17glsl: Refresh autogenerated parser filesChad Versace
2011-01-17glsl: Remove redundant semantic check in parserChad Versace
2011-01-17glsl: Add support for default precision statementsChad Versace
2011-01-17glsl: Add semantic checks for precision qualifiersChad Versace
2011-01-17glsl: Fix parser rule for type_specifierChad Versace
2011-01-17glsl: Change default value of ast_type_specifier::precisionChad Versace
2011-01-17glsl: Check that 'centroid in' does not occur in vertex shaderChad Versace