41851 Commits (9e964baaf34fedec385a750b97fd6684fc52584a)
 

Author SHA1 Message Date
  Henri Verbeet 9e964baaf3 r600g: Kill trailing whitespace. 14 years ago
  Henri Verbeet 7e2e8d09f7 r600g: Remove the unused eg_states_inc.h and r600_states_inc.h. 14 years ago
  Henri Verbeet 495dec0a2b r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu(). 14 years ago
  Brian Paul 90ff6178a2 vbo: initialize num_instances in a few places 14 years ago
  Eric Anholt d5a53ad271 ra: Take advantage of the adjacency list in finding a node to spill. 14 years ago
  Eric Anholt ea8e21856e ra: Remove unused "name" field in regs. 14 years ago
  Eric Anholt 604022abed ra: Take advantage of the adjacency list in ra_select() too. 14 years ago
  Eric Anholt 7cf648da63 ra: Add an adjacency list to trade space for time in ra_simplify(). 14 years ago
  Eric Anholt 58c988ada5 glsl: Skip the rest of loop unrolling if no loops were found. 14 years ago
  Eric Anholt 754b9c5363 ra: Trade off some space to get time efficiency in ra_set_finalize(). 14 years ago
  Brian Paul 5b58b8c579 softpipe: added some null pointer checks 14 years ago
  Brian Paul c97e4532bb softpipe: s/tex_cache/fragment_tex_cache/ 14 years ago
  José Fonseca 843f537cfb Remove executables from source tree. 14 years ago
  Andre Maasikas 4ef3e261a4 r600c: preserve correct buffer when using fbo 14 years ago
  Andre Maasikas 0a85845c9e r600: set border color as RGBA 14 years ago
  Andre Maasikas 52fbff2130 r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transform 14 years ago
  Eric Anholt e4be665bbd i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc. 14 years ago
  Brian Paul 96a2e89dde llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNC 14 years ago
  Brian Paul afeebecd95 st/mesa: move PIPE_CAP_INDEP_BLEND_FUNC code 14 years ago
  Chad Versace 774750a32f doxygen: Add doxyfile for glsl module 14 years ago
  Chad Versace a54e2de4bb glsl: Refresh autogenerated parser files 14 years ago
  Chad Versace a9bf8c12ee glsl: Remove redundant semantic check in parser 14 years ago
  Chad Versace 08a286c9cc glsl: Add support for default precision statements 14 years ago
  Chad Versace 889e1a5b6c glsl: Add semantic checks for precision qualifiers 14 years ago
  Chad Versace 33279cd2d3 glsl: Fix parser rule for type_specifier 14 years ago
  Chad Versace aaa31bf8f4 glsl: Change default value of ast_type_specifier::precision 14 years ago
  Chad Versace 1eb0f17fa4 glsl: Check that 'centroid in' does not occur in vertex shader 14 years ago
  Chad Versace 8faaa4a672 glsl: Check that interpolation quals only apply to vertex ins and fragment outs 14 years ago
  Chad Versace 605aacc67d glsl: Check that interpolation qualifiers do not precede 'varying' 14 years ago
  Chad Versace 0e2f8936c8 glsl: Add method ast_type_qualifier::interpolation_string() 14 years ago
  Brian Paul 5a64626ee5 vbo: init num_instances in split_prims() 14 years ago
  Brian Paul 6179f7e38e tnl: assert that num_instances > 0 14 years ago
  Brian Paul 72f2551017 mesa: s/primcount/numInstances/ 14 years ago
  Dave Airlie 2bf52e7c28 nouveau: fix build against out of tree libdrm 14 years ago
  Christian König ef3b8042e0 r600g: fix PIPE_CAP_INSTANCED_DRAWING warning 14 years ago
  Christian König b61afe13f1 r600g: fix alu inst group merging for relative adressing 14 years ago
  Christoph Bumiller a4742c6a07 nvc0: fix and enable instanced drawing and arrays 14 years ago
  Chia-I Wu 326332a130 d3d1x: Fix broken build. 14 years ago
  Brian Paul d136d1d2e1 mesa: minor tweaks in _mesa_set_fetch_functions() 14 years ago
  Brian Paul aad7219f80 mesa: add comment for _mesa_get_srgb_format_linear() 14 years ago
  Brian Paul bfad484505 mesa: move declarations before code 14 years ago
  Dave Airlie 608ccfe316 docs: add GL_EXT_texture_sRGB_decode to relnotes 14 years ago
  Dave Airlie 527bf67682 gallium: add EXT_texture_sRGB_decode. 14 years ago
  Dave Airlie 9b1a15e1cb i965: add support for EXT_texture_sRGB_decode 14 years ago
  Dave Airlie edc2dd8e47 mesa/swrast: implement EXT_texture_sRGB_decode 14 years ago
  Christian König ac6334145e r600d: fix some bugs added reworking literal handling 14 years ago
  Brian Paul 3bee900a72 docs: document GL_ARB_draw_buffers_blend 14 years ago
  Brian Paul b3ca110594 mesa: implement glGet queries for GL_ARB_draw_buffers_blend 14 years ago
  Brian Paul 44c2122a73 mesa: display list support for GL_ARB_draw_buffers_blend functions 14 years ago
  Brian Paul 7f48278edc mesa: plug in GL_ARB_draw_buffers_blend functions 14 years ago