aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g: initial cube shadow samplingDave Airlie2012-01-221-2/+22
* r600g: take into account kcache banks for bank swizzle checkVadim Girlin2012-01-221-2/+2
* r600g: set round_mode to truncate and get rid of tgsi_f2i on evergreenVadim Girlin2012-01-223-56/+50
* r600g: replace trans/vector-only instruction lists with rangesVadim Girlin2012-01-221-73/+11
* r600g: fix some interpolation tests for evergreenVadim Girlin2012-01-221-4/+4
* configure.ac: use AC_PROG_MKDIR_PMatt Turner2012-01-211-0/+1
* Remove src/mesa/ppcMatt Turner2012-01-219-191/+0
* Fix mistake in 349845f7bAndrei Slăvoiu2012-01-211-1/+1
* r600g: implement clip vertex v2Vadim Girlin2012-01-2110-113/+196
* r600g: improve kcache line sets handling v2Vadim Girlin2012-01-214-86/+216
* r600g: no need to do CUBE coordinate handling for TXQ.Dave Airlie2012-01-211-1/+3
* r600g: make INTERP_LOAD_P0 vector-onlyVadim Girlin2012-01-211-0/+1
* glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee2012-01-201-2/+2
* r600g: use S_028B20_BUFFER_0_EN macro for streamout buffer enableAlex Deucher2012-01-201-1/+1
* r600g: update streamout support for virtual addressesAlex Deucher2012-01-201-7/+18
* Remove reference to now deleted dri/Makefile.targetsMatt Turner2012-01-201-1/+1
* automake: src/mesa/drivers/driMatt Turner2012-01-207-165/+37
* automake: src/mesa/drivers/dri/swrastMatt Turner2012-01-205-27/+82
* automake: src/mesa/drivers/dri/nouveauMatt Turner2012-01-205-29/+77
* automake: src/mesa/drivers/dri/r200Matt Turner2012-01-2011-85/+107
* automake: src/mesa/drivers/dri/radeonMatt Turner2012-01-2011-61/+123
* automake: src/mesa/drivers/dri/i915Matt Turner2012-01-207-38/+83
* r600g: fix streamout on evergreenVadim Girlin2012-01-201-0/+6
* r600g: fix combined MEM_STREAM instructionsVadim Girlin2012-01-201-1/+3
* Always build shared dricoreMatt Turner2012-01-201-21/+8
* Always build shared glapiMatt Turner2012-01-2015-82/+1
* Remove -ffast-math from default CFLAGSMatt Turner2012-01-201-3/+0
* intel/gen6: Some framebuffers having separate depthstencil should be unsupportedChad Versace2012-01-201-0/+9
* mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)Chad Versace2012-01-201-3/+10