summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeon: Initialize variables in radeon_llvm_context_init.Vinson Lee2013-05-221-0/+2
* intel: Count fragments in our blitter-based glBitmap() path.Eric Anholt2013-05-221-8/+12
* i965: Shut up more compiler warnings from vector insert/extract changes.Eric Anholt2013-05-221-0/+8
* softpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIESRoland Scheidegger2013-05-221-2/+8
* softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger2013-05-223-38/+38
* llvmpipe: disable simple_shader optimizationRoland Scheidegger2013-05-221-1/+6
* llvmpipe: fix early depth test / late depth write stencil issuesRoland Scheidegger2013-05-221-5/+12
* llvmpipe: fix issue with not writing new stencil valuesRoland Scheidegger2013-05-222-4/+7
* llvmpipe: (trivial) remove confusing code in stencil testRoland Scheidegger2013-05-221-16/+11
* llvmpipe: fix bug in early depth test / late depth write handlingRoland Scheidegger2013-05-221-6/+7
* Haiku: Add Gallium winsys and target codeAlexander von Gluck IV2013-05-229-0/+589
* ilo: set more fields of 3DSTATE_DEPTH_BUFFERChia-I Wu2013-05-221-48/+120
* ilo: correctly set view extent in SURFACE_STATEChia-I Wu2013-05-222-85/+115
* ilo: avoid unnecessary emission of SO statesChia-I Wu2013-05-222-9/+15
* i965: Skip etc-to-rgb transcode on BayTrail.Eric Anholt2013-05-201-31/+33
* mesa: Remove extension checking from ChooseTexFormat.Eric Anholt2013-05-211-651/+533
* mesa: Add ChooseTexFormat support for the new XBGR formats.Eric Anholt2013-05-211-0/+10
* i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.Kenneth Graunke2013-05-214-29/+42
* i965: Kill software primitive counting entirely.Kenneth Graunke2013-05-216-108/+22
* i965: Remove software geometry query code.Kenneth Graunke2013-05-214-71/+0
* i965: Delete unused brw->sol.offset_0_batch_start field.Kenneth Graunke2013-05-213-8/+0
* i965: Stop using the kernel SOL reset feature.Kenneth Graunke2013-05-213-10/+8
* i965: Remove dead code for Gen7 SOL without hardware contexts.Kenneth Graunke2013-05-211-15/+0
* i965: Add a macro for accessing the SO_WRITE_OFFSET[0-3] registers.Kenneth Graunke2013-05-211-0/+2
* radeonsi: Fix user clip planesMichel Dänzer2013-05-211-4/+3
* radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEXMichel Dänzer2013-05-216-8/+86
* radeonsi: Initial support for multiple constant buffersMichel Dänzer2013-05-214-73/+119
* radeonsi: Fix handling of TGSI_SEMANTIC_PSIZEMichel Dänzer2013-05-215-9/+17
* radeonsi: increase array size for shader inputs and outputsMarek Olšák2013-05-212-2/+4
* xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-05-211-1/+1
* st/glx/xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-05-211-3/+1
* scons: Don't force stabs debug format for Mingw.José Fonseca2013-05-212-9/+0
* ilo: use BLT engine to copy between texturesChia-I Wu2013-05-211-1/+237
* ilo: use BLT engine to copy between buffersChia-I Wu2013-05-211-1/+142
* ilo: refactor blitter_xy_color_blt()Chia-I Wu2013-05-211-48/+92
* ilo: replace cp hooks by cp owner and flush callbackChia-I Wu2013-05-216-253/+249
* ilo: harware contexts are only for the render ringChia-I Wu2013-05-215-8/+12
* ilo: update format mappingsChia-I Wu2013-05-211-14/+79
* ilo: update headers from i965Chia-I Wu2013-05-215-54/+149
* i965: Fix build failureAnuj Phogat2013-05-201-0/+1
* i965: Implement transform feedback query support in hardware on Gen6+.Kenneth Graunke2013-05-201-35/+60
* i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke2013-05-204-40/+11
* i965: Handle rasterizer discard in the clipper rather than SOL on Gen7.Kenneth Graunke2013-05-202-7/+11
* i965: Disable clipper statistics when meta operations are in progress.Kenneth Graunke2013-05-202-4/+9
* i965: Create a BRW_NEW_META_IN_PROGRESS state flag.Kenneth Graunke2013-05-202-1/+12
* i965: Add #defines for the pipeline statistics counter registers.Kenneth Graunke2013-05-201-0/+13
* i965: Rely on hardware contexts for query objects on Gen6+.Kenneth Graunke2013-05-205-73/+423
* i965: Disable pixel statistics in BLORP.Kenneth Graunke2013-05-202-2/+0
* i965: Require hardware contexts (and thus Kernel 3.6) on Gen6+.Kenneth Graunke2013-05-202-8/+17
* i965: Bump kernel requirement to 3.3 on Ivybridge.Kenneth Graunke2013-05-203-21/+12