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
/
gallium
/
drivers
/
r300
/
r300_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: No debug in r300_state.
Corbin Simpson
2009-10-21
1
-1
/
+0
*
r300g: Cleanup header includes.
Corbin Simpson
2009-10-21
1
-0
/
+4
*
r300g: Fix up a bunch of warnings.
Corbin Simpson
2009-10-18
1
-2
/
+2
*
r300g: Move ztop to derived state.
Corbin Simpson
2009-10-14
1
-10
/
+0
*
r300g: add one more ZTOP disable bit.
Dave Airlie
2009-10-14
1
-1
/
+3
*
r300g: fixup arb occulsion query support.
Dave Airlie
2009-10-14
1
-3
/
+8
*
r300g: fix blending default state + alpha separate.
Dave Airlie
2009-10-11
1
-9
/
+32
*
r300g: Fix a number of warnings
Nicolai Hähnle
2009-09-06
1
-1
/
+2
*
r300g: update rs_block state after changing rasterizer
Cooper Yuan
2009-09-05
1
-0
/
+1
*
r300g: need to validate scissor and viewport state if bind new rasterizer
Cooper Yuan
2009-09-05
1
-0
/
+2
*
r300g: Correct scissor setting, subtract 1 from window's width and height
Cooper Yuan
2009-08-27
1
-4
/
+4
*
r300g: Force off ZTOP optimizations for now.
Corbin Simpson
2009-08-18
1
-1
/
+2
*
r300g: Remove r300_constant_buffer::user_count.
Corbin Simpson
2009-08-07
1
-3
/
+2
*
r300g: Use radeon compiler for fragment programs
Nicolai Hähnle
2009-07-30
1
-20
/
+3
*
r300g: Use r300compiler for vertex shaders
Nicolai Hähnle
2009-07-30
1
-0
/
+1
*
r300g: Actually mark shaders as translated/untranslated.
Corbin Simpson
2009-07-23
1
-2
/
+2
*
r300g: Add endian fix to vertex fetcher setup.
Corbin Simpson
2009-07-08
1
-2
/
+9
*
r300g: EXT_provoking_vertex.
Corbin Simpson
2009-06-26
1
-0
/
+4
*
r300-gallium: organize fragment/vertex shaders
Joakim Sindholt
2009-06-26
1
-8
/
+6
*
r300-gallium: Don't emit UCP planes for SW TCL.
Corbin Simpson
2009-06-08
1
-3
/
+7
*
r300-gallium: Emit UCP.
Corbin Simpson
2009-06-05
1
-3
/
+4
*
r300-gallium: Another constantbuf shader recompile test.
Corbin Simpson
2009-05-20
1
-2
/
+4
*
r300-gallium: Cleanup viewport state setup.
Corbin Simpson
2009-05-18
1
-36
/
+28
*
r300-gallium: Always do VTE, never software viewport.
Corbin Simpson
2009-05-18
1
-3
/
+5
*
r300-gallium: Update XXX.
Corbin Simpson
2009-05-17
1
-4
/
+3
*
r300-gallium: vs: Dupe tokens, better debug, count spurious insts.
Corbin Simpson
2009-05-17
1
-0
/
+2
*
r300-gallium: Various cleanups leftover from before.
Corbin Simpson
2009-05-16
1
-1
/
+1
*
r300-gallium: add missing semicolon
Joakim Sindholt
2009-05-12
1
-1
/
+1
*
r300-gallium: duplicate tokens in create_fs_state
Joakim Sindholt
2009-05-12
1
-0
/
+3
*
r300-gallium, radeon: A couple cleanups.
Corbin Simpson
2009-05-08
1
-0
/
+3
*
r300-gallium: Correctly flush Draw.
Corbin Simpson
2009-04-26
1
-1
/
+5
*
r300-gallium: Use viewport state.
Corbin Simpson
2009-04-15
1
-13
/
+29
*
r300-gallium: Properly setup HW/SW TCL controls.
Corbin Simpson
2009-04-06
1
-11
/
+10
*
r300-gallium: Re-translate shaders if constants change.
Corbin Simpson
2009-04-05
1
-2
/
+7
*
r300-gallium: Properly interface with Draw for vert shaders.
Corbin Simpson
2009-04-05
1
-0
/
+12
*
r300-gallium: Update state handlers/setters for vertex shaders.
Corbin Simpson
2009-04-05
1
-16
/
+49
*
r300-gallium: Clean up compile warnings and strict compile errors.
Corbin Simpson
2009-04-04
1
-0
/
+1
*
r300-gallium: Properly redo shaders when constant buffer changes size.
Corbin Simpson
2009-03-30
1
-0
/
+7
*
r300-gallium: Unify shader interfaces, enable r300 shader, start unbreaking.
Corbin Simpson
2009-03-25
1
-5
/
+1
*
r300-gallium: Properly offset scissors.
Corbin Simpson
2009-03-20
1
-6
/
+16
*
r300-gallium: Emit viewport state.
Corbin Simpson
2009-03-18
1
-2
/
+20
*
r300-gallium: Flat/smooth shading state.
Corbin Simpson
2009-03-06
1
-0
/
+6
*
r300-gallium: Pick up a few more bits of rs_state.
Corbin Simpson
2009-03-06
1
-0
/
+6
*
r300-gallium: Move maths from r300_state to r300_state_inlines.
Corbin Simpson
2009-02-28
1
-4
/
+0
*
r300-gallium: Be more Gallium-ish in some of the math.
Corbin Simpson
2009-02-28
1
-25
/
+7
*
r300-gallium: Move all state translators to r300_state_inlines.
Corbin Simpson
2009-02-28
1
-249
/
+33
*
r300-gallium: Turn true and false into TRUE and FALSE.
Corbin Simpson
2009-02-27
1
-1
/
+1
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
r300-gallium: Properly init shader state.
Corbin Simpson
2009-02-17
1
-0
/
+2
*
r300-gallium: Set up draw rasterizer.
Corbin Simpson
2009-02-16
1
-2
/
+7
[next]