index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-2
/
+2
*
Merge branch '7.8'
Brian Paul
2010-04-22
1
-7
/
+8
|
\
|
*
r300: fix vertex unit setup
Alex Deucher
2010-04-22
1
-7
/
+8
|
*
r300: VAP flush is needed only when vertex program or constants are changed
Maciej Cencora
2010-03-08
1
-1
/
+0
|
*
r300: recalculate point size, if point min/max size changes
Maciej Cencora
2010-03-08
1
-0
/
+2
|
*
r300: no need to flush on context init
Maciej Cencora
2010-03-08
1
-2
/
+0
|
*
r300: remove unnecessary code
Maciej Cencora
2010-03-08
1
-17
/
+0
*
|
r300: Remove unnecessary header.
Vinson Lee
2010-04-10
1
-1
/
+0
*
|
r100/r200/r300/r600: enable accel for Copy/DrawPixels without kms
Alex Deucher
2010-03-24
1
-4
/
+3
*
|
r100/r200/r300/r300: only enable accelerated pixel ops with kms
Alex Deucher
2010-03-12
1
-4
/
+6
*
|
r300: enable depth test only if depth buffer is available
Maciej Cencora
2010-03-10
1
-1
/
+1
*
|
r300: don't crash if there's no colorbuffer
Maciej Cencora
2010-03-09
1
-1
/
+6
*
|
r300: add support for more rendering formats
Maciej Cencora
2010-03-09
1
-0
/
+61
*
|
r300: enable HW accelerated gl(Read/Copy/Draw)Pixels
Maciej Cencora
2010-03-09
1
-2
/
+7
*
|
r300: VAP flush is needed only when vertex program or constants are changed
Maciej Cencora
2010-03-07
1
-1
/
+0
*
|
r300: recalculate point size, if point min/max size changes
Maciej Cencora
2010-03-07
1
-0
/
+2
*
|
r300: no need to flush on context init
Maciej Cencora
2010-03-07
1
-2
/
+0
*
|
r300: remove unnecessary code
Maciej Cencora
2010-03-07
1
-17
/
+0
|
/
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-3
/
+0
|
\
|
*
r300: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-4
/
+0
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-3
/
+3
*
|
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-3
/
+4
*
|
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2009-12-22
1
-1
/
+1
*
|
r300: use _mesa_meta_Clear for buffer clears
Maciej Cencora
2009-12-12
1
-1
/
+0
|
/
*
Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...
Dave Airlie
2009-12-02
1
-2
/
+1
*
radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...
Maciej Cencora
2009-11-14
1
-1
/
+2
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
*
r300: add full support for two sided stencil on r5xx for dri2
Alex Deucher
2009-09-10
1
-4
/
+31
*
r300: Add support for GL_EXT_provoking_vertex
Alex Deucher
2009-09-04
1
-0
/
+8
*
r300: Convert to shared debug code.
Pauli Nieminen
2009-08-31
1
-5
/
+5
*
r300: Clean emit code.
Pauli Nieminen
2009-08-21
1
-0
/
+1
*
r300: OQ rework
Dave Airlie
2009-08-18
1
-1
/
+1
*
r300: disable ZTOP only when occlusion queries are used
Maciej Cencora
2009-08-16
1
-1
/
+3
*
r300: temporary occlusion query hack
Maciej Cencora
2009-08-15
1
-1
/
+1
*
r300: Fix corner-case of KIL on R300
Nicolai Hähnle
2009-08-01
1
-10
/
+23
*
r300: Fix Z buffer re-emit after window resize
Nicolai Hähnle
2009-08-01
1
-0
/
+1
*
r300/compiler: Remove inst_offset from r500_fragment_program_code
Nicolai Hähnle
2009-07-30
1
-3
/
+3
*
r300: Cleanup r300_fragment_program_code
Nicolai Hähnle
2009-07-29
1
-25
/
+10
*
r300/fragprog: Finally get rid of the duplicate program copy
Nicolai Hähnle
2009-07-27
1
-43
/
+3
*
r300/compiler: Refactor local transforms to use rc_program
Nicolai Hähnle
2009-07-27
1
-21
/
+46
*
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
1
-22
/
+17
*
r300: Move vertex program compilation to compiler
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: Cleanup vertex_program structure
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: Remove faux lazy translation of vertex programs
Nicolai Hähnle
2009-07-27
1
-3
/
+1
*
r300: Remove some dependencies on additional fragment program copies
Nicolai Hähnle
2009-07-27
1
-8
/
+8
*
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-27
1
-11
/
+5
*
radeon: Invert front face winding when rendering to FBO.
Michel Dänzer
2009-07-14
1
-0
/
+4
*
r300: removed unnecessary params
Maciej Cencora
2009-07-13
1
-2
/
+2
*
r300: rewrite FOGC and HPOS attribs handling
Maciej Cencora
2009-07-13
1
-53
/
+0
[next]