summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-19doxygen: Add glsl to the Makefile and .gitignore.Kenneth Graunke2-0/+2
2011-01-19Add machine generated files to .gitignoretwied3-0/+7
2011-01-19glsl: Don't bother unsetting a destructor that was never set.Kenneth Graunke1-6/+3
2011-01-20autoconf: Fail when --with-state-trackers is incomplete.Chia-I Wu1-0/+9
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet5-55/+39
2011-01-19softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet1-5/+1
2011-01-20r200: fix up some problems with TFP on r200Dave Airlie1-5/+15
2011-01-19llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul1-3/+14
2011-01-19i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt1-0/+15
2011-01-19i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2-8/+13
2011-01-19i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt1-2/+3
2011-01-19i965/fs: Add an instruction scheduler.Eric Anholt4-0/+479
2011-01-19i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt2-8/+12
2011-01-19r600g: fix segfault if texture operand is a literalChristian König1-1/+3
2011-01-19mesa: implement glGetShaderPrecisionFormat()Brian Paul3-5/+68
2011-01-19gallium/docs: document result type for some types of queriesBrian Paul1-0/+2
2011-01-19radeon: avoid segfault on 3D textures.Dave Airlie1-0/+3
2011-01-19radeon: oops didn't need this logbase2 fnDave Airlie1-15/+0
2011-01-19radeon: calculate complete texture state inside TFP functionDave Airlie1-3/+25
2011-01-19dri/nouveau: allow multiple maps of surface buffersBen Skeggs1-2/+4
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie3-6/+6
2011-01-18i965: Fix a comment typo.Eric Anholt1-1/+1
2011-01-18i965: Fix a bug in i965 compute-to-MRF.Eric Anholt1-0/+1
2011-01-19r600g: fix reserve_cfile for R700+Christian König1-19/+17
2011-01-18glsl: Fix segfault due to missing printf argumentChad Versace1-1/+2
2011-01-18glsl: Fix semantic checks on precision qualifiersChad Versace1-9/+8
2011-01-18llvmpipe: make sure binning is active when we begin/end a queryBrian Paul1-0/+4
2011-01-18softpipe: rename some functions for consistencyBrian Paul1-7/+7
2011-01-18r600g: Kill trailing whitespace.Henri Verbeet8-66/+66
2011-01-18r600g: Remove the unused eg_states_inc.h and r600_states_inc.h.Henri Verbeet2-1001/+0
2011-01-18r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu().Henri Verbeet1-3/+3
2011-01-18vbo: initialize num_instances in a few placesBrian Paul2-0/+2
2011-01-18ra: Take advantage of the adjacency list in finding a node to spill.Eric Anholt1-6/+6
2011-01-18ra: Remove unused "name" field in regs.Eric Anholt1-1/+0
2011-01-18ra: Take advantage of the adjacency list in ra_select() too.Eric Anholt1-5/+6
2011-01-18ra: Add an adjacency list to trade space for time in ra_simplify().Eric Anholt1-14/+21
2011-01-18glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt3-2/+9
2011-01-18ra: Trade off some space to get time efficiency in ra_set_finalize().Eric Anholt1-6/+32
2011-01-18softpipe: added some null pointer checksBrian Paul1-3/+3
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul5-9/+9
2011-01-18Remove executables from source tree.José Fonseca5-0/+0
2011-01-18r600c: preserve correct buffer when using fboAndre Maasikas1-1/+1
2011-01-18r600: set border color as RGBAAndre Maasikas1-2/+2
2011-01-18r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transformAndre Maasikas1-7/+9
2011-01-17i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt2-10/+36
2011-01-17llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul1-1/+1
2011-01-17st/mesa: move PIPE_CAP_INDEP_BLEND_FUNC codeBrian Paul1-4/+4
2011-01-17doxygen: Add doxyfile for glsl moduleChad Versace2-0/+40
2011-01-17glsl: Refresh autogenerated parser filesChad Versace2-431/+442
2011-01-17glsl: Remove redundant semantic check in parserChad Versace1-6/+0