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
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
*
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
*
nv50,nvc0: implement colour clamping controls
Christoph Bumiller
2011-03-29
12
-11
/
+59
*
r600g: implement texture barrier
Fredrik Höglund
2011-03-29
5
-0
/
+29
*
r600g: implement the pipe_screen fence functions
Fredrik Höglund
2011-03-29
4
-0
/
+197
*
mesa: Fix ugly indentation left from previous commit
Ian Romanick
2011-03-29
2
-39
/
+36
*
glsl: Calcluate Mesa state slots in front-end instead of back-end
Ian Romanick
2011-03-29
6
-73
/
+117
*
glsl: Move _mesa_builtin_uniform_desc from uniforms.c to ir_variable.cpp
Ian Romanick
2011-03-29
2
-248
/
+253
*
r300g: add support for all render targets with one and two channels
Marek Olšák
2011-03-29
1
-30
/
+130
*
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
*
docs: update GL3 status
Marek Olšák
2011-03-29
1
-2
/
+2
*
r300g: finish up signed normalized textures and render targets
Marek Olšák
2011-03-29
2
-28
/
+46
*
r300g: enable clamping controls
Marek Olšák
2011-03-29
4
-6
/
+14
*
gallium: remove PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROL
Marek Olšák
2011-03-29
2
-5
/
+26
*
mesa: clamp texture border color if ARB_texture_float is unsupported
Marek Olšák
2011-03-29
1
-4
/
+12
*
st/mesa: choose an appropriate texture format for DrawPixels
Marek Olšák
2011-03-29
1
-3
/
+49
*
gallium: add EXT_texture_snorm support
Marek Olšák
2011-03-29
4
-2
/
+253
*
mesa: implement texstore and texfetch hooks for signed normalized formats
Marek Olšák
2011-03-29
3
-118
/
+514
*
mesa: initial EXT_texture_snorm support
Marek Olšák
2011-03-29
10
-37
/
+233
*
gallium: implement clamping controls (ARB_color_buffer_float)
Luca Barbieri
2011-03-29
10
-7
/
+52
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
27
-70
/
+294
*
mesa: regenerate glapi files
Marek Olšák
2011-03-29
13
-8626
/
+8736
[next]