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
*
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
*
r300: bind vertex program to fragment program
Maciej Cencora
2009-07-13
1
-2
/
+2
*
r300: move fragment program selection before vertex program selection
Maciej Cencora
2009-07-13
1
-19
/
+25
*
r300: implement proper IsProgramNative check for vertex programs
Maciej Cencora
2009-07-13
1
-2
/
+6
*
r300: cache translated fragment programs
Maciej Cencora
2009-07-13
1
-35
/
+24
*
r300: update state parameters only once per rendering operation
Maciej Cencora
2009-07-13
1
-3
/
+3
*
r300: send only RS_IP_* regs that we are going to use
Maciej Cencora
2009-06-11
1
-0
/
+2
*
r300: fix RS setup when no colors and textures are sent to FP
Maciej Cencora
2009-06-11
1
-4
/
+6
*
r300: fix a GPU lock up
Maciej Cencora
2009-06-11
1
-4
/
+4
*
r300: remove unused code
Maciej Cencora
2009-06-07
1
-4
/
+1
*
r300: prepare for different vertex data type support
Maciej Cencora
2009-06-07
1
-0
/
+58
*
r300: always pass 4 color components to RS unit
Maciej Cencora
2009-06-07
1
-42
/
+6
*
radeon: Remove drawable & readable from radeon_dri_mirror
Nicolai Hähnle
2009-05-24
1
-8
/
+10
*
radeon: fix DRI1 cmd stream
Jerome Glisse
2009-05-18
1
-7
/
+2
*
r300: cleanup vertex program related functions
Maciej Cencora
2009-05-16
1
-166
/
+13
*
r300: minor code movement
Maciej Cencora
2009-05-16
1
-21
/
+21
*
r300: more cleanup
Maciej Cencora
2009-05-16
1
-27
/
+13
*
r300: move some code to common path
Maciej Cencora
2009-05-16
1
-20
/
+11
*
r300: rename functions
Maciej Cencora
2009-05-16
1
-2
/
+2
*
r300: software fallbacking handling rewrite
Maciej Cencora
2009-05-16
1
-28
/
+65
[next]