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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600c: add big endian support for r6xx/r7xx
Cédric Cano
2011-04-19
11
-50
/
+508
*
r200: enable some extensions
Marek Olšák
2011-04-19
1
-2
/
+10
*
r300/compiler: Fix dataflow analysis bug with ELSE blocks
Tom Stellard
2011-04-18
1
-0
/
+7
*
i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.
Kenneth Graunke
2011-04-18
3
-46
/
+37
*
i965: Allocate the whole URB to the VS and fix calculations for Gen6.
Kenneth Graunke
2011-04-18
3
-19
/
+25
*
intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().
Eric Anholt
2011-04-18
1
-0
/
+2
*
Revert "intel: Add spans code for the ARB_texture_rg support."
Eric Anholt
2011-04-18
1
-122
/
+0
*
intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.
Eric Anholt
2011-04-18
1
-25
/
+4
*
intel: Use Mesa core's renderbuffer accessors for depth.
Eric Anholt
2011-04-18
1
-33
/
+15
*
intel: Use _mesa_base_tex_format for FBO texture attachments.
Eric Anholt
2011-04-18
1
-1
/
+1
*
i965: Quit spamming gen6 DP read/write send instructions with gen5 bits.
Eric Anholt
2011-04-17
1
-6
/
+0
*
i965/fs: Add gen6 register spilling support.
Eric Anholt
2011-04-17
5
-31
/
+58
*
r300/compiler: Fix incorrect presubtract conversion
Tom Stellard
2011-04-16
1
-0
/
+24
*
Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"
Marek Olšák
2011-04-15
1
-2
/
+1
*
mesa: finish up ARB_texture_float
Marek Olšák
2011-04-15
2
-2
/
+0
*
i965/fs: Constant-fold immediates in src0 of SEL instructions.
Eric Anholt
2011-04-13
4
-0
/
+16
*
i965/fs: Constant-fold immediates in src0 of CMP instructions.
Eric Anholt
2011-04-13
3
-0
/
+45
*
i965: Change assertion condition from implicit to explicit
Chad Versace
2011-04-12
1
-2
/
+1
*
i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT
Chad Versace
2011-04-12
1
-0
/
+1
*
i965: Document brw_context.state.depth_region
Chad Versace
2011-04-12
2
-1
/
+23
*
i965: Remove unnecessary release/reference of brw_context.state.depth_region
Chad Versace
2011-04-12
1
-6
/
+4
*
i965: Add comments about URB size units and limits.
Kenneth Graunke
2011-04-12
2
-4
/
+10
*
i965: Never enable the GS on Gen6.
Kenneth Graunke
2011-04-12
1
-32
/
+16
*
Revert "i965: Reinstate max-index paranoia"
Chris Wilson
2011-04-12
1
-1
/
+1
*
nouveau_vieux: fix build since sampler objects merge
Dave Airlie
2011-04-12
3
-12
/
+12
*
r600: silence various compiler warnings
Brian Paul
2011-04-11
7
-10
/
+19
*
Merge branch 'arb_sampler_objects'
Brian Paul
2011-04-11
34
-228
/
+232
|
\
|
*
mesa: fixup r600 DRI driver for sampler object changes
Brian Paul
2011-04-11
4
-26
/
+26
|
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
34
-218
/
+222
*
|
Revert "i965: clear global offset to zero in m0.2 for VS DP read."
Zou Nan hai
2011-04-12
1
-9
/
+0
*
|
i965: Remove hint_gs_always and resulting dead code
Ian Romanick
2011-04-11
3
-76
/
+13
*
|
intel: Fix ROUND_DOWN_TO macro
Ian Romanick
2011-04-11
1
-3
/
+27
*
|
i965: Move the SF VP from state caching to state streaming.
Eric Anholt
2011-04-11
3
-8
/
+17
*
|
i965: Change the SF unit from state caching to state streaming.
Eric Anholt
2011-04-11
3
-107
/
+45
*
|
i965: Turn SF unit and viewport structs into pointers to prep for streaming.
Eric Anholt
2011-04-11
1
-69
/
+70
|
/
*
Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only string
Alan Coopersmith
2011-04-08
1
-1
/
+19
*
i965/fs: Remove broken optimization for live intervals in loops.
Eric Anholt
2011-04-08
1
-4
/
+2
*
i965: clear global offset to zero in m0.2 for VS DP read.
Zou Nan hai
2011-04-07
1
-0
/
+9
*
r300/compiler: Don't try to convert RGB to Alpha in full instructions
Tom Stellard
2011-04-06
1
-1
/
+2
*
dri: Remove driver date from renderer string
Ian Romanick
2011-04-05
16
-50
/
+14
*
r300/compiler: Fix vertex shader MAD instructions with constant swizzles
Tom Stellard
2011-04-05
1
-0
/
+18
*
r300c: fix build since last r300g commit
Dave Airlie
2011-04-05
1
-1
/
+1
*
r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shader
Marek Olšák
2011-04-05
2
-6
/
+60
*
r300/compiler: implement the CND opcode
Marek Olšák
2011-04-05
6
-1
/
+16
*
r300/compiler: set the MSB of ADDR for inline constants
Marek Olšák
2011-04-05
1
-2
/
+5
*
i965: Add the missing supportable EXT_texture_snorm formats
Ian Romanick
2011-04-04
2
-0
/
+9
*
r300/compiler: apply the texture swizzle to shadow pass and fail values too
Marek Olšák
2011-04-04
1
-8
/
+20
*
r300/compiler: propagate SaturateMode down to the result of shadow comparison
Marek Olšák
2011-04-04
1
-0
/
+3
*
r600c: add new ontario pci ids
Alex Deucher
2011-04-04
2
-0
/
+4
*
Revert "r300/compiler: Remove obsolete compiler passes"
Tom Stellard
2011-04-02
7
-0
/
+415
[next]