aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-23546-546/+546
* mesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-232-2/+2
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-23385-385/+385
* mesa: make _mesa_save_vtxfmt_init() staticBrian Paul2013-04-232-5/+3
* docs: document issue with Viewperf proe-05 test 6Brian Paul2013-04-231-0/+30
* mesa: use new _mesa_inside_dlist_begin_end() functionBrian Paul2013-04-233-4/+14
* mesa: use new _mesa_inside_begin_end() functionBrian Paul2013-04-234-10/+21
* mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XORMarek Olšák2013-04-247-185/+0
* mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndexMarek Olšák2013-04-241-37/+12
* mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLORMarek Olšák2013-04-241-1/+0
* mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák2013-04-246-8/+14
* mesa: don't flush vertices and don't flag _NEW_DEPTH in ClearDepthMarek Olšák2013-04-241-7/+1
* mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFaceMarek Olšák2013-04-241-5/+0
* mesa: don't set _NEW_BUFFERS in GenerateMipmap and BlitFramebufferMarek Olšák2013-04-241-2/+2
* mesa: remove _NEW_PACKUNPACKMarek Olšák2013-04-246-28/+3
* mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák2013-04-2410-18/+22
* mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák2013-04-248-22/+42
* mesa: remove redundant _NEW_BUFFERS setting in ReadBufferMarek Olšák2013-04-241-1/+0
* st/mesa: add a simple path to BufferData if it only discards buffer contentsMarek Olšák2013-04-241-0/+14
* st/mesa: depth-stencil-alpha state also depends on _NEW_BUFFERSMarek Olšák2013-04-241-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-2357-111/+185
* r600g: initialize CMASK and HTILE with the GPU using streamoutMarek Olšák2013-04-234-7/+80
* gallium/u_blitter: implement buffer clearingMarek Olšák2013-04-232-8/+97
* r600/llvm: Read stacksize from config headerVincent Lejeune2013-04-234-3/+5
* /bin/bash: q : commande introuvableVincent Lejeune2013-04-232-2/+2
* radeon/llvm: Fix build with LLVM >= r180063Tom Stellard2013-04-231-0/+1
* gallivm: Fix build with LLVM >= r180063Tom Stellard2013-04-232-0/+8
* draw: use the prim count for ia primitivesZack Rusin2013-04-221-1/+2
* tgsi/scan: set correct input limits for geometry shaderZack Rusin2013-04-221-0/+17
* draw: add code to reset instance dependent dataZack Rusin2013-04-225-1/+31
* softpipe: fix streamout with an emptry geometry shaderZack Rusin2013-04-222-12/+23
* configure.ac: Allow OpenGL ES1 and ES2 only with enabled OpenGLAndreas Boll2013-04-231-0/+11
* i965/fs: Don't save value returned by emit() if it's not used.Matt Turner2013-04-221-11/+11
* mesa: Remove extra MapBufferRange in create_beginend_table()Brian Paul2013-04-221-1/+0
* gallium: Add a new clip_halfz rasterizer state.José Fonseca2013-04-228-24/+29
* i965: Fix a mistake in the comments for software counters.Kenneth Graunke2013-04-221-2/+2
* gallivm: Fix assignment of unsigned values to OUT register.José Fonseca2013-04-222-77/+61
* i965: Apply CMP NULL {Switch} work-around to other Gen7s.Matt Turner2013-04-221-1/+4
* st/mesa: minor indentation fixesBrian Paul2013-04-221-2/+2
* mesa: Introduce a globally-available minify() macro.Eric Anholt2013-04-217-36/+27
* mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt2013-04-216-62/+37
* mesa: Add performance debug for meta code.Eric Anholt2013-04-212-3/+35
* intel: Mention how much data we're trying to subdata in perf debug.Eric Anholt2013-04-211-2/+3
* Revert "gallivm: Emit vector selects."José Fonseca2013-04-211-2/+14
* llvmpipe: verify function on blend test.José Fonseca2013-04-211-0/+2
* llvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture sampling support either.José Fonseca2013-04-201-4/+6
* llvmpipe: Ignore depth-stencil state if format has no depth/stencil.José Fonseca2013-04-201-4/+10
* gallivm: Disable LLVM 2.7 workaround on other versions.José Fonseca2013-04-201-2/+1
* gallivm: Emit vector selects.José Fonseca2013-04-201-12/+2
* freedreno: move ir -> ir2Rob Clark2013-04-206-283/+283