summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-05mesa: remove oddball linux-directfb-install makefile ruleBrian Paul
2009-02-05mesa: minor Makefile improvement for versioningBrian Paul
2009-02-05gallium: fixup #includes: p_screen.h does not need anything in p_state.hBrian Paul
2009-02-05gallium: move 'struct pipe_winsys'Brian Paul
2009-02-05nv50: stop using nouveau_push.h, it's evilBen Skeggs
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-05nv50: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-05nouveau: support getting "native" bo from winsysBen Skeggs
2009-02-04glsl: use _slang_var_swizzle() in a few places to simplify the code.Brian Paul
2009-02-04glsl: remove unused prototypeBrian Paul
2009-02-04glsl: replace assertion with conditional in _slang_pop_var_table()Brian Paul
2009-02-04r300: Add shader state stubs.Corbin Simpson
2009-02-04mesa: more info in error messagesBrian Paul
2009-02-04swrast: add minor commentsBrian Paul
2009-02-04Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver"Brian Paul
2009-02-04mesa: make Xlib glXIsDirect() always return TrueBrian Paul
2009-02-04demos: remove unused functionBrian Paul
2009-02-04demos: silence uninitialized var warningBrian Paul
2009-02-04mesa: minor error msg improvementBrian Paul
2009-02-04intel: Decode MI operands using specific length masksChris Wilson
2009-02-04intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson
2009-02-04intel: Fix fbo_firecube regression with FBconfigs change.Eric Anholt
2009-02-04r300: make the macros safe. add missing parenthesis.Maciej Cencora
2009-02-04r300: Fix EXP2 fogMaciej Cencora
2009-02-04nouveau: notifier timeout is a float nowBen Skeggs
2009-02-04nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs
2009-02-04nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs
2009-02-04r300: A bit more cleanup and state handling.Corbin Simpson
2009-02-03r300: Moar swtcl emit. Still sucks, but getting there.Corbin Simpson
2009-02-03intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt
2009-02-03swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt
2009-02-03docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driverBrian Paul
2009-02-03xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return TrueBrian Paul
2009-02-03mesa: simplify delete_wrapper()Brian Paul
2009-02-03demos: modify bufferobj.c to exercise interleaved vertex arraysBrian Paul
2009-02-03mesa: fix offset problem with interleaved arraysAlan Hourihane
2009-02-02gallium: adjust gdi for the latest changesZack Rusin
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-02-02r300: Add stubs for swtcl immediate emit.Corbin Simpson
2009-02-02r300: fix compiler/linker errorsJoakim Sindholt
2009-02-02r300: Clear up XXX in r300_state.Corbin Simpson
2009-02-02r300: Take care of some XXXes.Corbin Simpson
2009-02-02demos: update multitex.c GLSL demo to use vertex arrays or glVertex-modeBrian Paul
2009-02-02util: added more functions to extfuncs.hBrian Paul
2009-02-02mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul
2009-02-02glsl: update program->InputsRead when referencing input attributesBrian Paul
2009-02-02mesa: fix stand-alone glslcompilerBrian Paul
2009-02-02mesa: make _mesa_fprint_program_opt() non-staticBrian Paul
2009-02-02r300: Move some registers around.Corbin Simpson
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt