Age | Commit message (Expand) | Author |
2009-02-06 | Rename winsys amd to radeon. | Corbin Simpson |
2009-02-06 | Remove r300 from default build. | Corbin Simpson |
2009-02-06 | g3dvl: Catch up to gallium changes, fix build. | Younes Manton |
2009-02-06 | nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT. | Younes Manton |
2009-02-06 | nouveau: Frontbuffer pitch needs to be set. | Younes Manton |
2009-02-06 | mesa: fix tnl->render_inputs_bitset setup for fragment program texcoords | Brian Paul |
2009-02-06 | swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0) | Brian Paul |
2009-02-06 | glsl: new MESA_GLSL env var for GLSL debugging features | Brian Paul |
2009-02-06 | mesa: tweak output of _mesa_write_shader_to_file() | Brian Paul |
2009-02-06 | Revert "mesa: meaningless whitespace change to see if git's working (ignore)" | Brian Paul |
2009-02-06 | mesa: meaningless whitespace change to see if git's working (ignore) | Brian Paul |
2009-02-07 | radeon: remove include that breaks build in !OLD_PACKET path | Dave Airlie |
2009-02-06 | r300: Clean up CS counting. | Corbin Simpson |
2009-02-05 | r300: working trivial/clear for r5xx | Joakim Sindholt |
2009-02-05 | r300: Add framebuffer setup stub. | Corbin Simpson |
2009-02-05 | nv20: copy miptree flags from nv40 | Pekka Paalanen |
2009-02-05 | nv04-nv40: fix nv##_surface_copy() for flipped | Pekka Paalanen |
2009-02-05 | nv04: fix pasto in nv04_surface_2d_init() | Pekka Paalanen |
2009-02-05 | indices: quad fixes | Keith Whitwell |
2009-02-05 | gallium: add new aux lib for index list translations | Keith Whitwell |
2009-02-05 | mesa: remove oddball linux-directfb-install makefile rule | Brian Paul |
2009-02-05 | mesa: minor Makefile improvement for versioning | Brian Paul |
2009-02-05 | gallium: fixup #includes: p_screen.h does not need anything in p_state.h | Brian Paul |
2009-02-05 | gallium: move 'struct pipe_winsys' | Brian Paul |
2009-02-05 | nv50: stop using nouveau_push.h, it's evil | Ben Skeggs |
2009-02-05 | nv04-nv40: move 2d blit/fill code into pipe driver | Ben Skeggs |
2009-02-05 | nv50: move 2d blit/fill code into pipe driver | Ben Skeggs |
2009-02-05 | nouveau: support getting "native" bo from winsys | Ben Skeggs |
2009-02-04 | glsl: use _slang_var_swizzle() in a few places to simplify the code. | Brian Paul |
2009-02-04 | glsl: remove unused prototype | Brian Paul |
2009-02-04 | glsl: replace assertion with conditional in _slang_pop_var_table() | Brian Paul |
2009-02-04 | r300: Add shader state stubs. | Corbin Simpson |
2009-02-04 | mesa: more info in error messages | Brian Paul |
2009-02-04 | swrast: add minor comments | Brian Paul |
2009-02-04 | Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver" | Brian Paul |
2009-02-04 | mesa: make Xlib glXIsDirect() always return True | Brian Paul |
2009-02-04 | demos: remove unused function | Brian Paul |
2009-02-04 | demos: silence uninitialized var warning | Brian Paul |
2009-02-04 | mesa: minor error msg improvement | Brian Paul |
2009-02-04 | intel: Decode MI operands using specific length masks | Chris Wilson |
2009-02-04 | intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTS | Chris Wilson |
2009-02-04 | intel: Fix fbo_firecube regression with FBconfigs change. | Eric Anholt |
2009-02-04 | r300: make the macros safe. add missing parenthesis. | Maciej Cencora |
2009-02-04 | r300: Fix EXP2 fog | Maciej Cencora |
2009-02-04 | nouveau: notifier timeout is a float now | Ben Skeggs |
2009-02-04 | nouveau: get things building/running again after pipe_surface.buffer removal | Ben Skeggs |
2009-02-04 | nouveau: link against libdrm_nouveau (installed with libdrm) | Ben Skeggs |
2009-02-04 | r300: A bit more cleanup and state handling. | Corbin Simpson |
2009-02-03 | r300: Moar swtcl emit. Still sucks, but getting there. | Corbin Simpson |
2009-02-03 | intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform. | Eric Anholt |