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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: 80-column wrapping
Brian Paul
2011-04-05
3
-8
/
+16
*
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
6
-36
/
+123
*
r300/compiler: implement the CND opcode
Marek Olšák
2011-04-05
7
-3
/
+17
*
r300/compiler: set the MSB of ADDR for inline constants
Marek Olšák
2011-04-05
1
-2
/
+5
*
st/mesa: minor assorted clean-ups and fixes
Brian Paul
2011-04-04
1
-20
/
+22
*
st/mesa: use 'array' local var to simplify the code a bit
Brian Paul
2011-04-04
1
-29
/
+28
*
st/mesa: fix zero-sized user vertex buffer bug
Brian Paul
2011-04-04
1
-13
/
+23
*
mesa: Add fall-back formats for unsupported snorm formats
Ian Romanick
2011-04-04
1
-3
/
+23
*
i965: Add the missing supportable EXT_texture_snorm formats
Ian Romanick
2011-04-04
2
-0
/
+9
*
nv50: prevent NV_OP_SELECT from having flags_def defined
Bryan Cain
2011-04-04
1
-0
/
+1
*
mesa: work around failed assertion for GL_RGBA16_SNORM accum buffer
Brian Paul
2011-04-04
1
-1
/
+14
*
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
*
r600g: add some additional ontario pci ids
Alex Deucher
2011-04-04
1
-0
/
+2
*
r600c: add new ontario pci ids
Alex Deucher
2011-04-04
2
-0
/
+4
*
r300g: do not wait for a busy BO if neither GPU nor CPU is changing it
Marek Olšák
2011-04-03
4
-12
/
+75
*
r300g: remove unused RADEON_PB_USAGE_CACHE
Marek Olšák
2011-04-03
2
-6
/
+0
*
r300g: tell the GLSL compiler to lower the continue opcode
Marek Olšák
2011-04-03
1
-2
/
+2
*
r300g: avoid mapping the same buffer twice
Marek Olšák
2011-04-03
1
-0
/
+5
*
r300g: handle DISCARD_WHOLE_RESOURCE for buffers
Marek Olšák
2011-04-03
1
-10
/
+25
*
r300g: remove the redundant reference counter in radeon_bo
Marek Olšák
2011-04-03
3
-36
/
+21
*
Revert "r300/compiler: Remove obsolete compiler passes"
Tom Stellard
2011-04-02
7
-0
/
+415
*
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
*
tests: Use elts in translate_test.
José Fonseca
2011-04-01
1
-8
/
+14
*
scons: Add aliases for unit tests.
José Fonseca
2011-04-01
1
-4
/
+4
*
translate: Respect translate_buffer::max_index.
José Fonseca
2011-04-01
3
-2
/
+28
*
draw: Prevent out-of-bounds vertex buffer access.
José Fonseca
2011-04-01
11
-7
/
+157
*
gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers
Marek Olšák
2011-04-01
8
-0
/
+11
*
gallium: add a CAP for mixed colorbuffer format support
Marek Olšák
2011-04-01
2
-1
/
+25
*
r300/compiler: Remove obsolete compiler passes
Tom Stellard
2011-03-31
7
-415
/
+0
*
prog_optimize: Fix reallocating registers for shaders with loops
Tom Stellard
2011-03-31
1
-3
/
+14
*
nv50: fix for GPR allocation granularity being 16 bit
Christoph Bumiller
2011-03-31
1
-3
/
+9
*
nv50: copy regalloc fixes from nvc0
Christoph Bumiller
2011-03-31
2
-80
/
+216
*
draw: Revert code reorg in previous change.
José Fonseca
2011-03-31
1
-4
/
+4
*
intel: Fix regression in clear_with_blit from 7bae1c3d
Chris Wilson
2011-03-31
1
-11
/
+12
*
draw: implement vertex color clamping, and disable SSE and PPC paths
Luca Barbieri
2011-03-31
4
-9
/
+58
*
gallium: list use inline function to avoid macro shot coming
Jerome Glisse
2011-03-30
1
-43
/
+67
*
draw: Forgot to remove one istart usage.
José Fonseca
2011-03-30
1
-1
/
+1
*
draw: Fix bug when drawing ushort indices.
José Fonseca
2011-03-30
1
-6
/
+8
*
intel: Remove the unrelaxed relocation assertion
Chris Wilson
2011-03-30
1
-4
/
+0
*
egl_dri2 x11: Fix a typo
Feng, Haitao
2011-03-30
1
-1
/
+1
*
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
*
gallium: Use explicit values in caps enums.
Michel Dänzer
2011-03-30
1
-63
/
+63
*
Use row stride instead of width when getting colour index texels.
Michel Dänzer
2011-03-30
1
-2
/
+3
*
Use proper source row stride when getting depth/stencil texels.
Michel Dänzer
2011-03-30
1
-1
/
+2
*
intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.
Kenneth Graunke
2011-03-29
1
-8
/
+7
[next]