summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
6 hoursintel: Count fragments in our blitter-based glBitmap() path.HEADmasterEric Anholt1-8/+12
6 hoursi965: Shut up more compiler warnings from vector insert/extract changes.Eric Anholt1-0/+8
7 hourssoftpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIESRoland Scheidegger1-2/+8
7 hourssoftpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger3-38/+38
7 hoursllvmpipe: disable simple_shader optimizationRoland Scheidegger1-1/+6
7 hoursllvmpipe: fix early depth test / late depth write stencil issuesRoland Scheidegger1-5/+12
7 hoursllvmpipe: fix issue with not writing new stencil valuesRoland Scheidegger2-4/+7
7 hoursllvmpipe: (trivial) remove confusing code in stencil testRoland Scheidegger1-16/+11
7 hoursllvmpipe: fix bug in early depth test / late depth write handlingRoland Scheidegger1-6/+7
8 hoursHaiku: Add Gallium winsys and target codeAlexander von Gluck IV9-0/+589
15 hoursilo: set more fields of 3DSTATE_DEPTH_BUFFERChia-I Wu1-48/+120
18 hoursilo: correctly set view extent in SURFACE_STATEChia-I Wu2-85/+115
18 hoursilo: avoid unnecessary emission of SO statesChia-I Wu2-9/+15
46 hoursi965: Skip etc-to-rgb transcode on BayTrail.Eric Anholt1-31/+33
30 hoursmesa: Remove extension checking from ChooseTexFormat.Eric Anholt1-651/+533
30 hoursmesa: Add ChooseTexFormat support for the new XBGR formats.Eric Anholt1-0/+10
31 hoursi965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.Kenneth Graunke4-29/+42
31 hoursi965: Kill software primitive counting entirely.Kenneth Graunke6-108/+22
31 hoursi965: Remove software geometry query code.Kenneth Graunke4-71/+0
31 hoursi965: Delete unused brw->sol.offset_0_batch_start field.Kenneth Graunke3-8/+0
31 hoursi965: Stop using the kernel SOL reset feature.Kenneth Graunke3-10/+8
31 hoursi965: Remove dead code for Gen7 SOL without hardware contexts.Kenneth Graunke1-15/+0
31 hoursi965: Add a macro for accessing the SO_WRITE_OFFSET[0-3] registers.Kenneth Graunke1-0/+2
32 hoursdocs: Import 9.1.3 release notes, add news item.Ian Romanick3-0/+237
36 hoursradeonsi: Fix user clip planesMichel Dänzer1-4/+3
36 hoursradeonsi: Handle TGSI_SEMANTIC_CLIPVERTEXMichel Dänzer6-8/+86
36 hoursradeonsi: Initial support for multiple constant buffersMichel Dänzer4-73/+119
36 hoursradeonsi: Fix handling of TGSI_SEMANTIC_PSIZEMichel Dänzer5-9/+17
36 hoursradeonsi: increase array size for shader inputs and outputsMarek Olšák2-2/+4
38 hoursxlib: check for null ctx pointer in glXIsDirect()Brian Paul1-1/+1
38 hoursst/glx/xlib: check for null ctx pointer in glXIsDirect()Brian Paul1-3/+1
40 hoursscons: Don't force stabs debug format for Mingw.José Fonseca3-51/+0
48 hoursilo: use BLT engine to copy between texturesChia-I Wu1-1/+237
2 daysilo: use BLT engine to copy between buffersChia-I Wu1-1/+142
2 daysilo: refactor blitter_xy_color_blt()Chia-I Wu1-48/+92
2 daysilo: replace cp hooks by cp owner and flush callbackChia-I Wu6-253/+249
2 daysilo: harware contexts are only for the render ringChia-I Wu5-8/+12
2 daysilo: update format mappingsChia-I Wu1-14/+79
2 daysilo: update headers from i965Chia-I Wu5-54/+149
2 daysi965: Fix build failureAnuj Phogat1-0/+1
2 daysi965: Implement transform feedback query support in hardware on Gen6+.Kenneth Graunke1-35/+60
2 daysi965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke4-40/+11
2 daysi965: Handle rasterizer discard in the clipper rather than SOL on Gen7.Kenneth Graunke2-7/+11
2 daysi965: Disable clipper statistics when meta operations are in progress.Kenneth Graunke2-4/+9
2 daysi965: Create a BRW_NEW_META_IN_PROGRESS state flag.Kenneth Graunke2-1/+12
2 daysi965: Add #defines for the pipeline statistics counter registers.Kenneth Graunke1-0/+13
2 daysi965: Rely on hardware contexts for query objects on Gen6+.Kenneth Graunke5-73/+423
2 daysi965: Disable pixel statistics in BLORP.Kenneth Graunke2-2/+0
2 daysi965: Require hardware contexts (and thus Kernel 3.6) on Gen6+.Kenneth Graunke2-8/+17
2 daysi965: Bump kernel requirement to 3.3 on Ivybridge.Kenneth Graunke3-21/+12