index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: Initialize variables in radeon_llvm_context_init.
Vinson Lee
2013-05-22
1
-0
/
+2
*
intel: Count fragments in our blitter-based glBitmap() path.
Eric Anholt
2013-05-22
1
-8
/
+12
*
i965: Shut up more compiler warnings from vector insert/extract changes.
Eric Anholt
2013-05-22
1
-0
/
+8
*
softpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIES
Roland Scheidegger
2013-05-22
1
-2
/
+8
*
softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
Roland Scheidegger
2013-05-22
3
-38
/
+38
*
llvmpipe: disable simple_shader optimization
Roland Scheidegger
2013-05-22
1
-1
/
+6
*
llvmpipe: fix early depth test / late depth write stencil issues
Roland Scheidegger
2013-05-22
1
-5
/
+12
*
llvmpipe: fix issue with not writing new stencil values
Roland Scheidegger
2013-05-22
2
-4
/
+7
*
llvmpipe: (trivial) remove confusing code in stencil test
Roland Scheidegger
2013-05-22
1
-16
/
+11
*
llvmpipe: fix bug in early depth test / late depth write handling
Roland Scheidegger
2013-05-22
1
-6
/
+7
*
Haiku: Add Gallium winsys and target code
Alexander von Gluck IV
2013-05-22
9
-0
/
+589
*
ilo: set more fields of 3DSTATE_DEPTH_BUFFER
Chia-I Wu
2013-05-22
1
-48
/
+120
*
ilo: correctly set view extent in SURFACE_STATE
Chia-I Wu
2013-05-22
2
-85
/
+115
*
ilo: avoid unnecessary emission of SO states
Chia-I Wu
2013-05-22
2
-9
/
+15
*
i965: Skip etc-to-rgb transcode on BayTrail.
Eric Anholt
2013-05-20
1
-31
/
+33
*
mesa: Remove extension checking from ChooseTexFormat.
Eric Anholt
2013-05-21
1
-651
/
+533
*
mesa: Add ChooseTexFormat support for the new XBGR formats.
Eric Anholt
2013-05-21
1
-0
/
+10
*
i965: Split BeginTransformFeedback hook into Gen6 and Gen7+ variants.
Kenneth Graunke
2013-05-21
4
-29
/
+42
*
i965: Kill software primitive counting entirely.
Kenneth Graunke
2013-05-21
6
-108
/
+22
*
i965: Remove software geometry query code.
Kenneth Graunke
2013-05-21
4
-71
/
+0
*
i965: Delete unused brw->sol.offset_0_batch_start field.
Kenneth Graunke
2013-05-21
3
-8
/
+0
*
i965: Stop using the kernel SOL reset feature.
Kenneth Graunke
2013-05-21
3
-10
/
+8
*
i965: Remove dead code for Gen7 SOL without hardware contexts.
Kenneth Graunke
2013-05-21
1
-15
/
+0
*
i965: Add a macro for accessing the SO_WRITE_OFFSET[0-3] registers.
Kenneth Graunke
2013-05-21
1
-0
/
+2
*
radeonsi: Fix user clip planes
Michel Dänzer
2013-05-21
1
-4
/
+3
*
radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEX
Michel Dänzer
2013-05-21
6
-8
/
+86
*
radeonsi: Initial support for multiple constant buffers
Michel Dänzer
2013-05-21
4
-73
/
+119
*
radeonsi: Fix handling of TGSI_SEMANTIC_PSIZE
Michel Dänzer
2013-05-21
5
-9
/
+17
*
radeonsi: increase array size for shader inputs and outputs
Marek Olšák
2013-05-21
2
-2
/
+4
*
xlib: check for null ctx pointer in glXIsDirect()
Brian Paul
2013-05-21
1
-1
/
+1
*
st/glx/xlib: check for null ctx pointer in glXIsDirect()
Brian Paul
2013-05-21
1
-3
/
+1
*
scons: Don't force stabs debug format for Mingw.
José Fonseca
2013-05-21
2
-9
/
+0
*
ilo: use BLT engine to copy between textures
Chia-I Wu
2013-05-21
1
-1
/
+237
*
ilo: use BLT engine to copy between buffers
Chia-I Wu
2013-05-21
1
-1
/
+142
*
ilo: refactor blitter_xy_color_blt()
Chia-I Wu
2013-05-21
1
-48
/
+92
*
ilo: replace cp hooks by cp owner and flush callback
Chia-I Wu
2013-05-21
6
-253
/
+249
*
ilo: harware contexts are only for the render ring
Chia-I Wu
2013-05-21
5
-8
/
+12
*
ilo: update format mappings
Chia-I Wu
2013-05-21
1
-14
/
+79
*
ilo: update headers from i965
Chia-I Wu
2013-05-21
5
-54
/
+149
*
i965: Fix build failure
Anuj Phogat
2013-05-20
1
-0
/
+1
*
i965: Implement transform feedback query support in hardware on Gen6+.
Kenneth Graunke
2013-05-20
1
-35
/
+60
*
i965: Handle rasterizer discard in the clipper rather than GS on Gen6.
Kenneth Graunke
2013-05-20
4
-40
/
+11
*
i965: Handle rasterizer discard in the clipper rather than SOL on Gen7.
Kenneth Graunke
2013-05-20
2
-7
/
+11
*
i965: Disable clipper statistics when meta operations are in progress.
Kenneth Graunke
2013-05-20
2
-4
/
+9
*
i965: Create a BRW_NEW_META_IN_PROGRESS state flag.
Kenneth Graunke
2013-05-20
2
-1
/
+12
*
i965: Add #defines for the pipeline statistics counter registers.
Kenneth Graunke
2013-05-20
1
-0
/
+13
*
i965: Rely on hardware contexts for query objects on Gen6+.
Kenneth Graunke
2013-05-20
5
-73
/
+423
*
i965: Disable pixel statistics in BLORP.
Kenneth Graunke
2013-05-20
2
-2
/
+0
*
i965: Require hardware contexts (and thus Kernel 3.6) on Gen6+.
Kenneth Graunke
2013-05-20
2
-8
/
+17
*
i965: Bump kernel requirement to 3.3 on Ivybridge.
Kenneth Graunke
2013-05-20
3
-21
/
+12
[next]