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
/
mesa
/
drivers
/
dri
/
r300
/
r300_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300: work-around FRAG_BIT_FOGC warning/error
Brian Paul
2009-01-14
1
-0
/
+7
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-11
/
+11
*
r5xx: Final fog option fix.
Corbin Simpson
2008-08-19
1
-2
/
+4
*
r5xx: Don't squish GL context when using FogOption
Corbin Simpson
2008-08-19
1
-5
/
+3
*
r5xx: Enable fog options.
Corbin Simpson
2008-08-18
1
-0
/
+8
*
r300: Fix point minmax size
Nicolai Haehnle
2008-07-27
1
-2
/
+2
*
r300: Implement hardware acceleration for ColorLogicOp
Nicolai Haehnle
2008-07-27
1
-1
/
+43
*
r300_fragprog: Use nqssa+dce and program_pair for emit
Nicolai Haehnle
2008-07-12
1
-21
/
+12
*
R300: update vap_cntl values for NUM_FPUS
Alex Deucher
2008-07-11
1
-4
/
+5
*
r300: Allow adding parameters during fragprog transform, share LIT code
Nicolai Haehnle
2008-07-06
1
-8
/
+33
*
r500: Fix blend color.
Nicolai Haehnle
2008-07-05
1
-9
/
+17
*
r3xx/r5xx: Enable ARB_point_parameters.
Corbin Simpson
2008-06-30
1
-0
/
+28
*
r300: Fix dumb mistake in LOD bias translation
Nicolai Haehnle
2008-06-30
1
-1
/
+1
*
r300: Cleanup LodBias support
Nicolai Haehnle
2008-06-30
1
-13
/
+15
*
r300: Change LOD bias emission to more closely follow per-tex rules.
Corbin Simpson
2008-06-29
1
-2
/
+4
*
r300: Fix wrap mode for 1D textures
Nicolai Haehnle
2008-06-29
1
-4
/
+4
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
1
-1
/
+1
*
r300: Make LOD bias a persistent environment variable.
Corbin Simpson
2008-06-16
1
-1
/
+14
*
r5xx: FP refactor, take one.
Corbin Simpson
2008-06-14
1
-23
/
+26
*
r300: Do not include r300_fragprog.h from r300_context.h and other cleanups
Nicolai Haehnle
2008-06-14
1
-0
/
+1
*
r300_fragprog: Refactoring and cleanup
Nicolai Haehnle
2008-06-14
1
-35
/
+38
*
r300: Reenable t->filter_1 (though currently not used)
Nicolai Haehnle
2008-06-13
1
-2
/
+1
*
r300: Some cleanups in depth and stencil state handling
Nicolai Haehnle
2008-06-07
1
-30
/
+7
*
r300: Cleanup TX_MIN_FILTER defines
Nicolai Haehnle
2008-06-06
1
-1
/
+1
*
r5xx: Enable depth write emission.
Corbin Simpson
2008-06-01
1
-1
/
+4
*
r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx)
Nicolai Haehnle
2008-06-01
1
-29
/
+50
*
[r300] Fix KIL instruction and swizzling of texture coordinates
Nicolai Haehnle
2008-06-01
1
-18
/
+24
*
r500: Use 8bit fog alpha compare value.
Markus Amsler
2008-05-31
1
-0
/
+1
*
Merge branch 'r500-support'
Dave Airlie
2008-05-28
1
-217
/
+561
|
\
|
*
R3/4/5xx: update to use drm get_param for num gb pipes
Alex Deucher
2008-05-28
1
-21
/
+10
|
*
r500: cleanup warnings and include files
Dave Airlie
2008-05-28
1
-5
/
+0
|
*
r500: the cs is shared per context - doh so don't use for program upload.
Dave Airlie
2008-05-27
1
-3
/
+2
|
*
r500: reset fp/fp_const counts
Dave Airlie
2008-05-27
1
-0
/
+3
|
*
r300/r500: emit flush inside vap_cntl state atom
Dave Airlie
2008-05-27
1
-11
/
+10
|
*
r500: remove debugging
Dave Airlie
2008-05-27
1
-1
/
+0
|
*
r300/r500: fix r500 fragment program texture unit references
Dave Airlie
2008-05-27
1
-1
/
+4
|
*
r500: initial support for tmu mappings
Dave Airlie
2008-05-27
1
-35
/
+83
|
*
r500: set the RS unit register for R500 not R300 dangnammit..
Dave Airlie
2008-05-21
1
-3
/
+3
|
*
r300: fixup US_OUT_FMT bits
Dave Airlie
2008-05-18
1
-5
/
+9
|
*
r500: you can have a single texcoord
Dave Airlie
2008-05-18
1
-2
/
+5
|
*
r500: write out the correct FP registers
Alex Deucher
2008-05-17
1
-0
/
+9
|
*
r500: default rsunit swizzle like fglrx
Dave Airlie
2008-05-15
1
-3
/
+6
|
*
r500: fixup r500 rs unit texture coordinate counting
Dave Airlie
2008-05-15
1
-13
/
+15
|
*
r3/500: emit RS state before VAP
Dave Airlie
2008-05-15
1
-3
/
+4
|
*
R300: clean up GA registers
Alex Deucher
2008-05-13
1
-8
/
+8
|
*
R3xx: clean up ZB registers
Alex Deucher
2008-05-13
1
-51
/
+51
|
*
R300: clean up CB registers
Alex Deucher
2008-05-13
1
-2
/
+4
|
*
R300: clean up Fog registers
Alex Deucher
2008-05-13
1
-17
/
+17
|
*
R300: cleanup FS code and fill in missing details
Alex Deucher
2008-05-13
1
-14
/
+14
|
*
R3xx: more PVS cleanup
Alex Deucher
2008-05-13
1
-15
/
+13
[next]