Age | Commit message (Expand) | Author |
2010-01-24 | mesa: move _mesa_debug() call earlier in _mesa_Scissor | Brian Paul |
2010-01-24 | st/mesa: fix unsigned/signed breakage in scissor | Xavier Chantry |
2010-01-24 | mesa/es: Improve Makefile rules. | Chia-I Wu |
2010-01-24 | r200: Silence fprintf format warning. | Vinson Lee |
2010-01-23 | x86: Do not build read_rgba_span_x86.S on Mac OS X. | Vinson Lee |
2010-01-23 | x86: Do not use .hidden pseudo-op on Mac OS X. | Vinson Lee |
2010-01-23 | glapi: Do not use .type pseudo-op on Mac OS X. | Vinson Lee |
2010-01-23 | r300: Remove unnecessary headers. | Vinson Lee |
2010-01-23 | intel: Remove unnecessary headers. | Vinson Lee |
2010-01-23 | radeon: Remove unused variable. | Vinson Lee |
2010-01-23 | tdfx: Remove unnecessary headers. | Vinson Lee |
2010-01-23 | sis: Remove unnecessary headers. | Vinson Lee |
2010-01-23 | savage: Remove unnecessary headers. | Vinson Lee |
2010-01-23 | mga: Remove unnecessary headers. | Vinson Lee |
2010-01-22 | i965: Remove unnecessary headers. | Vinson Lee |
2010-01-22 | i915: Remove unnecessary headers. | Vinson Lee |
2010-01-23 | r300: only enable half floats on r500s. | Dave Airlie |
2010-01-23 | Merge branch 'arb_half_float_vertex' | Dave Airlie |
2010-01-23 | r300: half float support | Dave Airlie |
2010-01-23 | i965: add support for ARB_half_float_vertex | Dave Airlie |
2010-01-23 | mesa: add core support for ARB_half_float_vertex. | Dave Airlie |
2010-01-23 | glapi: add GL_HALF_FLOAT enum support. | Dave Airlie |
2010-01-23 | glapi: Include glheader.h in glapi_nop.c. | Chia-I Wu |
2010-01-22 | glapi: define GLfixed, GLclampx types for ES 1 | Brian Paul |
2010-01-22 | st/mesa: fix incorrect freeing of drawpixels vertex shaders | Brian Paul |
2010-01-22 | mesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4fvEXT() | Brian Paul |
2010-01-22 | mesa: use switch in _mesa_DeletePrograms() | Brian Paul |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-22 | mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy() | Brian Paul |
2010-01-22 | mesa: use new fetch_vector1ui() function for 'unpack' GPU instructions | Brian Paul |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-22 | mesa: Add "shader/" path to #include statements in shader parser/lexer sources | Alan Coopersmith |
2010-01-22 | glapi: clean-up and simplify glapi_nop.c code | Brian Paul |
2010-01-22 | glapi: split the no-op dispatch code into new glapi_nop.c file | Brian Paul |
2010-01-22 | glapi: fix int->pointer conversions warnings in no-op functions | Brian Paul |
2010-01-22 | Fix PowerPC related typo in spantmp2.h | Ruediger Oertel |
2010-01-22 | r600: enable sampler lod* bits | Andre Maasikas |
2010-01-22 | r600: update vport z & clipping when depth_clamp is changed | Andre Maasikas |
2010-01-22 | r600: fix brownbag, only align if we are dealing with cubemap | Andre Maasikas |
2010-01-22 | r600: cubemap levels seem to be aligned to 8 images | Andre Maasikas |
2010-01-22 | radeon/fbo: flush rendering before generating mipmaps | Andre Maasikas |
2010-01-22 | radeon/fbo: use correct depth texture offset for depth textures | Andre Maasikas |
2010-01-22 | r600: enable draw_offset | Andre Maasikas |
2010-01-21 | st/mesa: Remove unnecessary header from st_cb_viewport.c. | Vinson Lee |
2010-01-22 | egl: Remove USING_EGL and the related drivers. | Chia-I Wu |
2010-01-21 | mesa: Use pipe_buffer_write_nooverlap where appropriate. | José Fonseca |
2010-01-21 | r200: fix CS section size mismatch | Roland Scheidegger |
2010-01-21 | mesa: minor whitespace fix | Brian Paul |
2010-01-21 | mesa: support for GL_ARB_fragment_coord_conventions | Luca Barbieri |
2010-01-21 | dri: Remove unnecessary glapi headers. | Chia-I Wu |