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
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: gl_fragment_program::FogOption is always GL_NONE so don't check it
Ian Romanick
2011-04-21
1
-5
/
+0
*
i965: Remove dead vertex buffer structs.
Kenneth Graunke
2011-04-20
1
-25
/
+0
*
intel: Add support for ARB_color_buffer_float.
Eric Anholt
2011-04-20
8
-10
/
+27
*
intel: Add support for ARB_texture_float.
Eric Anholt
2011-04-20
1
-1
/
+31
*
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
*
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
*
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
*
Merge branch 'arb_sampler_objects'
Brian Paul
2011-04-11
4
-29
/
+30
|
\
|
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
4
-29
/
+30
*
|
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
*
|
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
|
/
*
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
*
i965: Add the missing supportable EXT_texture_snorm formats
Ian Romanick
2011-04-04
1
-0
/
+4
*
i965/fs: Switch W and 1/W in Sandybridge interpolation setup.
Kenneth Graunke
2011-04-02
1
-4
/
+4
*
i965: Fix null register use in Sandybridge implied move resolution.
Kenneth Graunke
2011-04-03
1
-9
/
+8
*
i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.
Eric Anholt
2011-04-01
3
-4
/
+13
*
mesa: Fix ugly indentation left from previous commit
Ian Romanick
2011-03-29
1
-23
/
+21
*
glsl: Calcluate Mesa state slots in front-end instead of back-end
Ian Romanick
2011-03-29
1
-31
/
+6
*
intel: fix build
Marek Olšák
2011-03-29
1
-1
/
+1
*
i965: Avoid name clash of loop counter and member
Chris Wilson
2011-03-29
1
-5
/
+5
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-1
/
+1
*
i965: Resolve implied moves in brw_dp_READ_4_vs_relative.
Kenneth Graunke
2011-03-29
1
-1
/
+3
*
i965: Refactor Sandybridge implied move handling.
Kenneth Graunke
2011-03-29
1
-36
/
+32
*
i965/fs: Fix linear gl_Color interpolation on pre-gen6 hardware.
Kenneth Graunke
2011-03-26
1
-3
/
+5
*
i965/fs: Use different name for inner loop counter
Ian Romanick
2011-03-25
1
-2
/
+2
*
i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm.
Eric Anholt
2011-03-24
3
-18
/
+36
*
i965/fs: Clean up reg_undef args from long ago lack of fs_inst overloads.
Eric Anholt
2011-03-24
1
-2
/
+2
*
i965/fs: Clean up the emit calls by introducing emit() overload helpers.
Eric Anholt
2011-03-24
2
-223
/
+203
*
mesa: Remove the CompileShader driver hook; it's just a no-op.
Kenneth Graunke
2011-03-17
3
-12
/
+0
*
i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).
Kenneth Graunke
2011-03-16
4
-11
/
+11
*
i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.
Kenneth Graunke
2011-03-16
2
-9
/
+9
*
i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.
Kenneth Graunke
2011-03-16
3
-17
/
+17
*
i965: Fix alpha testing when there is no color buffer in the FBO.
Eric Anholt
2011-03-15
3
-0
/
+13
*
i965: Do our lowering passes before the loop of optimization.
Eric Anholt
2011-03-15
1
-10
/
+8
*
i965: Enable texture lookups whose return type is 'float'
Kenneth Graunke
2011-03-14
1
-1
/
+4
*
i965: Fix tex_swizzle when depth mode is GL_RED
Chad Versace
2011-03-14
1
-1
/
+2
[next]