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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Silence warning
Jakob Bornecrantz
2012-01-10
1
-0
/
+1
*
mesa: Silence warning
Jakob Bornecrantz
2012-01-10
1
-0
/
+1
*
draw: Silence warning
Jakob Bornecrantz
2012-01-10
1
-12
/
+0
*
target-helpers: If neither softpipe or llvmpipe is used just return the screen
Jakob Bornecrantz
2012-01-10
1
-0
/
+2
*
draw/softpipe: EXT_transform_feedback support (v2)
Dave Airlie
2012-01-10
15
-217
/
+185
*
gallium: introduce GLSL based interpolation rules. (v2)
Dave Airlie
2012-01-10
7
-6
/
+19
*
nvc0: fix FP header clip distance mask
Christoph Bumiller
2012-01-10
1
-5
/
+5
*
nvc0/ir: TXF array index already is an integer
Christoph Bumiller
2012-01-10
1
-3
/
+6
*
nv50/ir: handle TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
2012-01-10
4
-8
/
+8
*
nv50/ir/tgsi: translate SNE as unordered comparison
Christoph Bumiller
2012-01-10
1
-0
/
+1
*
nv50/ir/ra: don't coalesce contraint-moves
Christoph Bumiller
2012-01-10
1
-0
/
+4
*
nvc0: enable shader watchdog timer
Christoph Bumiller
2012-01-10
2
-0
/
+8
*
nv50/ir/tgsi: handle TGSI_OPCODE_IABS
Christoph Bumiller
2012-01-10
1
-0
/
+3
*
nv50/ir/opt: optimize u32 MOD by power of 2 into AND
Christoph Bumiller
2012-01-10
1
-0
/
+8
*
nv50/ir/opt: s/SHL/SHR in optimization of u32 DIV
Christoph Bumiller
2012-01-10
1
-1
/
+1
*
nv50/ir,nvc0: make ClipDistance and ClipVertex work
Christoph Bumiller
2012-01-10
6
-24
/
+54
*
nv50,nvc0: handle new PIPE_CAPs
Christoph Bumiller
2012-01-10
2
-0
/
+15
*
nvc0/ir/emit: fix modifiers of f32 add with long immediate
Christoph Bumiller
2012-01-10
1
-5
/
+11
*
nvc0/ir: fix default insertion position in pre-SSA lowering pass
Christoph Bumiller
2012-01-10
1
-7
/
+1
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
79
-322
/
+330
*
i965: Fix zeroing of unused attributes in 3DSTATE_SBE.
Kenneth Graunke
2012-01-09
1
-2
/
+2
*
i965: Re-sync outdated comments about Gen6+ push constants.
Kenneth Graunke
2012-01-09
2
-2
/
+2
*
i965: Update dirty bit comments for the gen7_ps_state atom.
Kenneth Graunke
2012-01-09
1
-1
/
+2
*
i965: Annotate the use of _NEW_PROGRAM in Gen6+ SF state atoms.
Kenneth Graunke
2012-01-09
2
-2
/
+2
*
i965: Add missing _NEW_PROGRAM dirty bit to the brw_sf_state atom.
Kenneth Graunke
2012-01-09
1
-0
/
+2
*
i965: Add missing _NEW_PROGRAM dirty bit to the gen7_sbe_state atom.
Kenneth Graunke
2012-01-09
1
-0
/
+2
*
i965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7 atoms.
Kenneth Graunke
2012-01-09
2
-5
/
+2
*
i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.
Kenneth Graunke
2012-01-09
5
-8
/
+2
*
i965: Add missing _NEW_BUFFERS dirty bit to Gen6+ DEPTH_STENCIL atoms.
Kenneth Graunke
2012-01-09
1
-1
/
+1
*
glsl: fix glsl optimization infinite loop from copy_propagation_elements
Andy Clayton
2012-01-09
1
-0
/
+10
*
softpipe: Document new llvm flag
Jakob Bornecrantz
2012-01-09
1
-0
/
+2
*
softpipe: Don't use llvm in draw
Jakob Bornecrantz
2012-01-09
1
-1
/
+4
*
draw: Fail if we fail to enable llvm when asked for it
Jakob Bornecrantz
2012-01-09
1
-5
/
+11
*
draw: Make it possible to create a llvm free context
Jakob Bornecrantz
2012-01-09
2
-15
/
+35
*
mesa: Bump version to 8.0 (devel)
Kenneth Graunke
2012-01-09
5
-12
/
+12
*
radeon/winsys: fix get info ioctl error checking
Jerome Glisse
2012-01-09
1
-3
/
+5
*
i965/fs: Fix projector==1.0 optimization pre-gen6.
Eric Anholt
2012-01-09
1
-7
/
+3
*
i965/fs: Fix GPU hangs with 16-wide integer div/mod on gen7.
Eric Anholt
2012-01-09
1
-0
/
+6
*
mesa: Fix bogus transform feedback error message when subscripting non-array.
Paul Berry
2012-01-09
1
-3
/
+3
*
mesa: fix error message in _mesa_BlitFramebufferEXT()
Brian Paul
2012-01-09
1
-1
/
+1
*
mesa: check depth, stencil formats (not depths) in glBlitFramebuffer
Brian Paul
2012-01-09
1
-6
/
+4
*
mesa: add missing error check for linear blit of integer colors
Brian Paul
2012-01-09
1
-0
/
+13
*
swrast: convert blit_linear() to Map/UnmapRenderbuffer()
Brian Paul
2012-01-09
1
-25
/
+158
*
mesa: add _mesa_unpack_ubyte_rgba_row() function
Brian Paul
2012-01-09
2
-0
/
+502
*
mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()
Brian Paul
2012-01-09
3
-5
/
+5
*
vl: replace decode_buffers with auxiliary data field
Christian König
2012-01-09
19
-158
/
+146
*
i965: Actually enable SIMD16 dispatch on Ivybridge.
Kenneth Graunke
2012-01-08
1
-2
/
+7
*
nvfx: remove unused-but-set variables
Marek Olšák
2012-01-08
2
-5
/
+0
*
i965: Correct _NEW_TRANSOFORM typos.
Kenneth Graunke
2012-01-07
2
-2
/
+2
*
i965: Correct misspellings of "invariant".
Kenneth Graunke
2012-01-07
4
-9
/
+9
[next]