summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-2415-55/+55
* swrast: remove gl_renderbuffer::DataType check in DrawPixels()Brian Paul2012-01-241-5/+8
* swrast: remove gl_renderbuffer::DataType assertionsBrian Paul2012-01-243-3/+0
* st/mesa: remove gl_renderbuffer:DataType assignmentsBrian Paul2012-01-244-107/+0
* swrast: make _swrast_get_values(), _swrast_get_row() staticBrian Paul2012-01-242-23/+12
* swrast: remove dstType param from _swrast_read_rgba_span()Brian Paul2012-01-243-7/+7
* swrast: remove unused _swrast_put_row()Brian Paul2012-01-242-40/+0
* mesa: Don't resurrect deleted ARB VAOs in glPopClientAttribIan Romanick2012-01-241-11/+42
* mesa: Rename gl_array_object::VBOonly to ::ARBsemanticsIan Romanick2012-01-244-8/+29
* swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixelsIan Romanick2012-01-241-2/+21
* mesa: Make sure _TexEnvProgram points at the current ff fragment programIan Romanick2012-01-241-0/+9
* softpipe: move var initialization to silence warningBrian Paul2012-01-241-2/+1
* r600g: remove unused variableBrian Paul2012-01-241-1/+0
* glsl: Don't use newlocale on HaikuAlexander von Gluck2012-01-241-1/+2
* mesa: Don't use newlocale on HaikuAlexander von Gluck2012-01-241-1/+1
* svga: fix typedef conflicts on HaikuAlexander von Gluck2012-01-241-0/+4
* llvmpipe: fix symbol conflict on HaikuAlexander von Gluck2012-01-241-2/+2
* scons: Remove Haiku one-offs for gallium driversAlexander von Gluck2012-01-241-7/+2
* gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.Michel Dänzer2012-01-241-1/+2
* Revert "Always build shared glapi"Matt Turner2012-01-2415-1/+86
* gbm: install libgbm.so into libMatt Turner2012-01-244-3/+5
* llvmpipe: Fix math error in LP_DEBUG=counters outputAdam Jackson2012-01-241-2/+3
* r600g: fix inconsistency with INTERP* opcode definitionsVadim Girlin2012-01-243-11/+11
* r600g: replace raw opcodes with names in the is_alu_trans/vectorVadim Girlin2012-01-241-12/+80
* r600g: add missing opcode definitionsVadim Girlin2012-01-241-5/+85
* r600g: fix loop break/continue operationsVadim Girlin2012-01-241-2/+0
* r600g: fix fragcoord.wVadim Girlin2012-01-241-4/+27
* targets/gbm: Fix install pathBenjamin Franzke2012-01-242-5/+5
* gbm/Makefile.template: Remove builtin-compile pathBenjamin Franzke2012-01-241-10/+0
* egl,gbm_gallium: Fix linkage against gbm from automakeBenjamin Franzke2012-01-243-2/+4
* r600g: fix interpolation with clipvertexVadim Girlin2012-01-241-0/+3
* swrast: Fix unsigned promotion in pointer arithmeticChad Versace2012-01-231-3/+3
* meta: Fallback for glBlitFramebuffer from a multisample surfaceIan Romanick2012-01-231-1/+6
* i965/vs: Fix bogus assertion in emit_block_move()Paul Berry2012-01-231-3/+9
* r600g: clean up register headersAlex Deucher2012-01-234-66/+55
* i965/vs: Enable workaround-free math on gen7.Eric Anholt2012-01-231-2/+6
* i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.Eric Anholt2012-01-231-6/+16
* automake: src/gbmMatt Turner2012-01-2310-181/+50
* autoconf: Fix build of dri symbols test to not manually link expat.Eric Anholt2012-01-231-0/+2
* i965: Fix border color on Sandybridge and Ivybridge.Kenneth Graunke2012-01-231-1/+7
* Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi"Jon TURNEY2012-01-231-0/+2
* Don't build shared dricore when unneededJon TURNEY2012-01-231-1/+1
* r600g: cayman fix integer multipliesDave Airlie2012-01-231-1/+29
* r600g: cayman initial integer supportDave Airlie2012-01-231-22/+24
* r600g: fix VS fog exportVadim Girlin2012-01-231-0/+5
* dri: install dri_interface.hMatt Turner2012-01-221-0/+3
* r600g: shift integer ops are trans unit only on r600.Dave Airlie2012-01-221-0/+1
* r600g: replace trans/vector-only instruction lists with ranges (v2)Vadim Girlin2012-01-221-71/+15
* Revert "r600g: replace trans/vector-only instruction lists with ranges"Dave Airlie2012-01-221-11/+73
* r600g: srgb mode is only valid on certain format types.Dave Airlie2012-01-221-0/+8