Age | Commit message (Expand) | Author |
2009-06-01 | mesa: enable GL_EXT_provoking_vertex for sw drivers | Brian Paul |
2009-06-01 | tnl: implement GL_EXT_provoking_vertex | Brian Paul |
2009-05-28 | st: set pipe_rasterizer_state::flatshade_first according to provoking vertex ... | Brian Paul |
2009-05-28 | mesa: glGet queries for GL_EXT_provoking_vertex | Brian Paul |
2009-05-28 | mesa: exec/dlist functions for glProvokingVertexEXT() | Brian Paul |
2009-05-28 | mesa: data structure updates for GL_EXT_provoking_vertex | Brian Paul |
2009-05-28 | mesa: regenerated enums for GL_EXT_provoking_vertex | Brian Paul |
2009-05-28 | mesa: regenerated API files for GL_EXT_provoking_vertex | Brian Paul |
2009-05-28 | mesa: GL API changes for GL_EXT_provoking_vertex | Brian Paul |
2009-05-28 | r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed. | Corbin Simpson |
2009-05-28 | nv50: some mipmapping fixes | Ben Skeggs |
2009-05-28 | nv50: negate sources directly where supported | Christoph Bumiller |
2009-05-28 | nv50: introduce emit_cvt and use it | Christoph Bumiller |
2009-05-28 | nv50: fix TXP | Christoph Bumiller |
2009-05-28 | nv50: use multiple constant buffers | Christoph Bumiller |
2009-05-28 | nv50: don't look for unfreed temps in free_nv50_pc | Christoph Bumiller |
2009-05-28 | nv50: release hw TEMPs early | Christoph Bumiller |
2009-05-28 | nv50: allow immediates for MOV, ADD and MUL | Christoph Bumiller |
2009-05-28 | nv50: enable half insns for MOV and MUL | Christoph Bumiller |
2009-05-28 | nv50: make sure half-long insns are paired | Christoph Bumiller |
2009-05-28 | nv50: enable KIL in register 19a8 | Christoph Bumiller |
2009-05-28 | nv50: don't overwrite sources before they're used | Christoph Bumiller |
2009-05-28 | nv50: put FP outputs where they belong | Christoph Bumiller |
2009-05-28 | nv50: modified FP attribute loading | Christoph Bumiller |
2009-05-28 | nv50: inspect decl semantic and interpolation mode | Christoph Bumiller |
2009-05-28 | nv50: record last access to temp and attr regs | Christoph Bumiller |
2009-05-28 | nv50: save some space in immediate buffer | Christoph Bumiller |
2009-05-28 | nv50: fix SIGN_SET case in tgsi_src | Christoph Bumiller |
2009-05-28 | nv50: set dst.z,w to 0,1 in SCS and XPD | Christoph Bumiller |
2009-05-28 | nv50: make LRP instruction nicer | Christoph Bumiller |
2009-05-28 | nv50: fix some memory leaks in shader assembler | Christoph Bumiller |
2009-05-28 | nouveau: explicitly request mappable buffers for the moment | Ben Skeggs |
2009-05-27 | draw: Fix assertion failure at fetch_emit_prepare | Mike Kaplinksiy |
2009-05-27 | softpipe: comments | Brian Paul |
2009-05-27 | softpipe: include sp_winsys.h to silence warning (unprototyped function) | Brian Paul |
2009-05-27 | softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON | Brian Paul |
2009-05-27 | st/mesa: init Format field of vertex arrays for feedback mode | Brian Paul |
2009-05-26 | i915: Fall back on NPOT textured metaops on 830-class. | Eric Anholt |
2009-05-26 | i915: Restore the Viewport and DepthRange functions on 8xx. | Eric Anholt |
2009-05-26 | intel: Override MaxRenderbufferSize with hardware constraints | Chris Wilson |
2009-05-22 | mesa: fix warning message in vbo_exec_DrawRangeElements() | Brian Paul |
2009-05-22 | mesa: add missing update_min() call in update_arrays() | Brian Paul |
2009-05-22 | mesa: reduce gl_array_object::VertexAttrib[] array from 32 to 16 elements | Brian Paul |
2009-05-22 | mesa: use Elements() for loop limit | Brian Paul |
2009-05-22 | mesa: use Elements() for loop limit | Brian Paul |
2009-05-22 | mesa: use Elements() for loop limit | Brian Paul |
2009-05-22 | mesa: use Elements() for loop limit | Brian Paul |
2009-05-22 | mesa: use Elements() for loop limit | Brian Paul |
2009-05-22 | mesa: simplify adjust_buffer_object_ref_counts() | Brian Paul |
2009-05-22 | mesa: minor code clean-up | Brian Paul |