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
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
47
-336
/
+763
|
\
|
*
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-06-03
17
-217
/
+217
|
*
llvmpipe: adapt to clear interface changes
Roland Scheidegger
2010-05-29
8
-28
/
+113
|
*
i965g: adapt to clear interface changes
Roland Scheidegger
2010-05-29
3
-12
/
+66
|
*
i915g: adapt to clear interface changes
Roland Scheidegger
2010-05-29
7
-29
/
+72
|
*
r300g: adapt to clear interface changes
Roland Scheidegger
2010-05-29
2
-10
/
+31
|
*
nv50: adapt to clear interface changes
Roland Scheidegger
2010-05-29
3
-18
/
+22
|
*
nvfx: adapt to clear interface changes
Roland Scheidegger
2010-05-29
2
-11
/
+29
|
*
svga: adapt to clear interface changes
Roland Scheidegger
2010-05-29
3
-4
/
+8
|
*
softpipe: adapt to clear interface changes
Roland Scheidegger
2010-05-29
2
-1
/
+2
|
*
rbug: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-28
/
+48
|
*
trace: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-25
/
+53
|
*
identity: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-28
/
+48
|
*
fo: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-1
/
+2
|
*
cell: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-1
/
+0
|
*
st/python: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-13
/
+26
|
*
st/mesa: use new ability to clear only depth or stencil
Roland Scheidegger
2010-05-29
2
-14
/
+32
|
*
util: adapt to clear interface changes
Roland Scheidegger
2010-05-29
5
-95
/
+151
|
*
gallium: clear interface changes
Roland Scheidegger
2010-05-28
4
-23
/
+51
*
|
gallium: Don't depend directly on staging dir in Xorg template makefile
Jakob Bornecrantz
2010-06-01
1
-2
/
+2
*
|
tgsi: we don't support indirect input/output registers in SSE codegen yet
Brian Paul
2010-06-03
1
-6
/
+10
*
|
tgsi: whitespace cleanup
Brian Paul
2010-06-03
1
-14
/
+2
*
|
gallium: add interpolation parameter to simple shader functions
Brian Paul
2010-06-03
6
-48
/
+58
*
|
gallium: Don't always copy the dri driver to the staging dir
Jakob Bornecrantz
2010-06-01
1
-2
/
+4
*
|
gallium: Create a Xorg driver template Makefile
Jakob Bornecrantz
2010-06-01
2
-52
/
+82
*
|
util/u_debug: use MAX2 macro
Brian Paul
2010-06-03
1
-7
/
+1
*
|
llvmpipe: Number shaders/variants for more reproducible function names in the...
José Fonseca
2010-06-03
2
-7
/
+28
*
|
gallivm: Register the JIT engine with oprofile on debug/profile builds.
José Fonseca
2010-06-03
2
-1
/
+30
*
|
gallivm: Factor out the quad derivative code into a single place. Fix ddy.
José Fonseca
2010-06-03
5
-52
/
+204
*
|
r300g: use util/u_debug
Joakim Sindholt
2010-06-03
1
-54
/
+5
*
|
gallium: silence all debug_named_value related warnings
Joakim Sindholt
2010-06-03
7
-80
/
+80
*
|
util/u_debug: add description field to debug_named_value
Joakim Sindholt
2010-06-03
2
-6
/
+20
*
|
scons: Handle Python OSError exception when missing libdrm_radeon.
Vinson Lee
2010-06-03
1
-1
/
+5
*
|
r300/compiler: print opcode names instead of numbers
Marek Olšák
2010-06-03
3
-8
/
+8
*
|
r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740
Marek Olšák
2010-06-03
1
-2
/
+14
*
|
dri/swrast: Remove unnecessary header.
Vinson Lee
2010-06-02
1
-1
/
+0
*
|
st/mesa: fix indirect addressing of input/output regs
Brian Paul
2010-06-02
1
-4
/
+9
*
|
gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES
Brian Paul
2010-06-02
1
-1
/
+1
*
|
intel: Remove a leftover DRI1/DRI2 conditional
Kristian Høgsberg
2010-06-02
1
-7
/
+2
*
|
glx: fix indentation and remove extraneous break
Brian Paul
2010-06-02
1
-2
/
+1
*
|
glx: reformat and silence unused expression warning
Brian Paul
2010-06-02
1
-1
/
+2
*
|
glsl: handle indirectly indexed input registers in linker
Brian Paul
2010-06-02
1
-29
/
+108
*
|
mesa: use BITFIELD64_BIT() macro
Brian Paul
2010-06-02
1
-1
/
+1
*
|
glsl: fix bad sanity-check assertion
Brian Paul
2010-06-02
1
-1
/
+1
*
|
mesa: whitespace and 80 column wrapping
Brian Paul
2010-06-02
1
-3
/
+12
*
|
shaders: Don't lose the param binding swizzle for single params.
Eric Anholt
2010-06-02
2
-2
/
+2
*
|
llvmpipe: Fix bad logic.
José Fonseca
2010-06-02
1
-1
/
+1
*
|
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-06-02
1
-1
/
+0
*
|
llvmpipe: Fix typo in assert.
José Fonseca
2010-06-02
1
-1
/
+1
*
|
llvmpipe: Per quad interpolation.
José Fonseca
2010-06-02
2
-190
/
+136
[next]