| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: fix mesa statetracker adaption to new vertex elements interface | Roland Scheidegger | 2010-03-01 | 1 | -1/+2 |
* | gallium: remove redundant nr_components field from pipe_vertex_element | Roland Scheidegger | 2010-02-17 | 2 | -4/+0 |
* | vbo: fix broken glMultiDrawElements() | Brian Paul | 2010-02-15 | 1 | -4/+5 |
* | mesa: Remove pointless comparison of unsigned integer with a negative constant. | Vinson Lee | 2010-02-15 | 1 | -9/+4 |
* | st/mesa: minor assorted clean-ups | Brian Paul | 2010-02-14 | 1 | -8/+12 |
* | st/mesa: change some function return types | Brian Paul | 2010-02-14 | 1 | -15/+15 |
* | st/mesa: move per-fragment shader fields to local vars | Brian Paul | 2010-02-14 | 2 | -20/+19 |
* | st/mesa: use _mesa_clone_fragment_program() | Brian Paul | 2010-02-14 | 1 | -1/+1 |
* | r600: use new program cloning functions | Brian Paul | 2010-02-14 | 1 | -1/+1 |
* | r300: use new program cloning functions | Brian Paul | 2010-02-14 | 1 | -1/+1 |
* | glsl: use new program cloning functions | Brian Paul | 2010-02-14 | 1 | -2/+2 |
* | mesa: added _mesa_clone_vertex/fragment_program() | Brian Paul | 2010-02-14 | 1 | -0/+16 |
* | r600: Silence uninitialized variable warnings. | Vinson Lee | 2010-02-14 | 1 | -0/+4 |
* | mesa: Don't pass paramter to __builtin_clz which would hve undefined result. | Pauli Nieminen | 2010-02-14 | 1 | -5/+11 |
* | mesa: Add missing include. | José Fonseca | 2010-02-14 | 1 | -0/+1 |
* | mesa: Use util_format_name(). | José Fonseca | 2010-02-14 | 2 | -2/+2 |
* | r300: Silence uninitialized variable warning. | Vinson Lee | 2010-02-14 | 1 | -1/+1 |
* | r600: Silence uninitialized variable warning. | Vinson Lee | 2010-02-14 | 1 | -1/+1 |
* | mesa: Fix compiler warnings | Karl Schultz | 2010-02-13 | 16 | -43/+43 |
* | mesa: enable GL_ARB_fragment_coord_conventions for sw drivers | Brian Paul | 2010-02-13 | 1 | -2/+2 |
* | glsl: implement layout qualifiers | Brian Paul | 2010-02-13 | 1 | -19/+110 |
* | glsl: added type layout field and new type compare func | Brian Paul | 2010-02-13 | 2 | -2/+45 |
* | mesa: copy frag coord layout fields too | Brian Paul | 2010-02-13 | 1 | -0/+2 |
* | mesa: Export GL_EXT_texture_cube_map. | José Fonseca | 2010-02-13 | 1 | -0/+1 |
* | mesa: s/abort/sys.exit/ | Vinson Lee | 2010-02-13 | 1 | -1/+2 |
* | mesa: Remove unnecessary header. | Vinson Lee | 2010-02-12 | 2 | -2/+0 |
* | i965: Remove unnecessary headers. | Vinson Lee | 2010-02-12 | 1 | -8/+0 |
* | dri: Remove unnecessary headers. | Vinson Lee | 2010-02-12 | 3 | -16/+0 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-02-12 | 2 | -3/+0 |
* | st/mesa: restore draw rasterization stage after rasterpos | Brian Paul | 2010-02-12 | 1 | -0/+8 |
* | st/mesa: improved draw_range_elements code | Brian Paul | 2010-02-12 | 1 | -9/+7 |
* | st/mesa: rename state -> tgsi, updated comments | Brian Paul | 2010-02-12 | 6 | -22/+24 |
* | st/mesa: remove unused var | Brian Paul | 2010-02-12 | 1 | -3/+0 |
* | intel: Remove unused variable. | Vinson Lee | 2010-02-12 | 1 | -1/+0 |
* | intel: Avoid dri_bo_flink() in intel_update_renderbuffers() | Kristian Høgsberg | 2010-02-12 | 1 | -8/+2 |
* | intel: Track named regions and make sure we only have one region per named bo | Kristian Høgsberg | 2010-02-12 | 4 | -1/+41 |
* | dri: Store the loader private passed in at dri context creation | Kristian Høgsberg | 2010-02-12 | 2 | -1/+7 |
* | Merge branch 'gallium-dynamicstencilref' | Roland Scheidegger | 2010-02-12 | 3 | -4/+17 |
|\ |
|
| * | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger | 2010-02-12 | 1 | -1/+1 |
| * | gallium: give pipe_stencil_ref its own cso_save/restore functions | Roland Scheidegger | 2010-02-11 | 1 | -0/+2 |
| * | gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha | Roland Scheidegger | 2010-02-11 | 1 | -17/+2 |
| * | st/mesa: more fixes for stencil ref change. | Roland Scheidegger | 2010-02-10 | 2 | -2/+20 |
| * | gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state | Roland Scheidegger | 2010-02-09 | 1 | -1/+9 |
* | | Revert "r600c: substract vbo offset to vbo size" | Jerome Glisse | 2010-02-12 | 1 | -1/+1 |
* | | r600c: substract vbo offset to vbo size | Jerome Glisse | 2010-02-12 | 1 | -1/+1 |
* | | r600: be more exact in vb size calculation | Andre Maasikas | 2010-02-12 | 1 | -1/+2 |
* | | r600: support GL_SHORT attributes | Andre Maasikas | 2010-02-12 | 1 | -5/+5 |
* | | main: Fix compiler warning. No need to convert/store depthScale as GLfloat j... | Karl Schultz | 2010-02-11 | 1 | -2/+2 |
* | | glapi: Avoid #including gl.h | Kristian Høgsberg | 2010-02-11 | 1 | -5/+3 |
* | | i915: Remove always-true irq_active struct intel_screen field | Kristian Høgsberg | 2010-02-11 | 3 | -8/+0 |