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
...
*
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
*
r300/compiler: Remove obsolete compiler passes
Tom Stellard
2011-03-31
7
-415
/
+0
*
intel: Fix regression in clear_with_blit from 7bae1c3d
Chris Wilson
2011-03-31
1
-11
/
+12
*
intel: Remove the unrelaxed relocation assertion
Chris Wilson
2011-03-30
1
-4
/
+0
*
intel: Add some defense against buffer allocation failure for subimage blits
Chris Wilson
2011-03-30
1
-1
/
+9
*
Revert "intel: Add some defense against buffer allocation failure for subimag...
Chris Wilson
2011-03-30
1
-11
/
+11
*
intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.
Kenneth Graunke
2011-03-29
1
-8
/
+7
*
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
2
-2
/
+2
*
intel: Protect intel_clear_with_blit from failed buffer allocations
Chris Wilson
2011-03-29
1
-10
/
+11
*
i965: Avoid name clash of loop counter and member
Chris Wilson
2011-03-29
1
-5
/
+5
*
i915: Detect allocation failure of batch buffer
Chris Wilson
2011-03-29
1
-0
/
+4
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
2
-2
/
+2
*
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
*
intel: Don't leak the tex object miptree when replacing it
Ian Romanick
2011-03-28
1
-1
/
+3
*
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
*
radeon: use C99 style in macros with variable arguments
Iain Hibbert
2011-03-24
1
-8
/
+8
*
radeon: reorder #includes to silence warnings
Brian Paul
2011-03-24
1
-4
/
+4
*
r128: fix an old annoying warning
Brian Paul
2011-03-24
1
-2
/
+2
*
radeon: fix radeon_create_image_from_name() wrong parameter type
Brian Paul
2011-03-24
1
-3
/
+3
*
r300/compiler: Use a 4-bit writemask in pair instructions
Tom Stellard
2011-03-18
3
-3
/
+4
*
nouveau: Fix serious compiler warnings
Johannes Obermayr
2011-03-18
1
-0
/
+1
*
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
*
mesa: add NV_texture_barrier
Marek Olšák
2011-03-15
1
-0
/
+3
*
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
*
i965: Remove dead assignment
Chad Versace
2011-03-14
1
-2
/
+0
*
Revert "i965: Use the fixed function GLSL program instead of the ARB program."
Eric Anholt
2011-03-12
2
-5
/
+5
*
r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500
Marek Olšák
2011-03-12
1
-1
/
+1
*
r300/compiler: TEX instructions don't support negation on source arguments
Marek Olšák
2011-03-12
1
-3
/
+0
*
r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)
Marek Olšák
2011-03-12
2
-9
/
+0
*
r300/compiler: fix translating the src negate bits in pair_translate
Marek Olšák
2011-03-12
1
-3
/
+8
*
r300g: implement fragment color clamping in the shader
Marek Olšák
2011-03-12
2
-0
/
+23
*
r300/compiler: fix the saturate modifier when applied to TEX instructions
Marek Olšák
2011-03-12
1
-1
/
+5
*
nouveau: Build fix
Adam Jackson
2011-03-11
1
-0
/
+1
*
r600: Build fix
Adam Jackson
2011-03-11
2
-0
/
+2
*
i965: Use the fixed function GLSL program instead of the ARB program.
Eric Anholt
2011-03-11
2
-5
/
+5
[prev]
[next]