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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
15
-152
/
+149
*
i965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8
Chris Forbes
2013-03-24
1
-2
/
+2
*
mesa: use _mesa_check_sample_count() for multisample textures
Chris Forbes
2013-03-24
2
-30
/
+33
*
mesa: helper for checking renderbuffer sample count
Chris Forbes
2013-03-24
3
-3
/
+69
*
mesa: allow internalformat_query with multisample texture targets
Chris Forbes
2013-03-24
5
-12
/
+20
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
4
-0
/
+15
*
st/mesa: implement blit-based ReadPixels
Marek Olšák
2013-03-23
3
-13
/
+189
*
mesa: add common format-independent memcpy-based ReadPixels path
Marek Olšák
2013-03-23
4
-37
/
+167
*
mesa: add helper func for checking combined depthstencil buffers from st/mesa
Marek Olšák
2013-03-23
5
-44
/
+35
*
mesa: add a common function returning transfer ops for ReadPixels
Marek Olšák
2013-03-23
1
-20
/
+74
*
mesa: handle HALF_FLOAT like FLOAT in get_tex_rgba
Marek Olšák
2013-03-23
1
-0
/
+1
*
i965: Add a driconf option to disable flush throttling.
Paul Berry
2013-03-21
4
-2
/
+15
*
mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
Matt Turner
2013-03-21
3
-0
/
+14
*
meta: fix incorrect slice, r coordinate computation
Brian Paul
2013-03-21
1
-4
/
+9
*
meta: minor indentation fix
Brian Paul
2013-03-21
1
-1
/
+1
*
i965/vs: Add IR dumping for immediates.
Kenneth Graunke
2013-03-20
1
-0
/
+16
*
i965: Don't use texture swizzling to force alpha to 1.0 if unnecessary.
Kenneth Graunke
2013-03-20
1
-1
/
+2
*
i965: Don't print a fatal-looking message if intelCreateContext fails.
Kenneth Graunke
2013-03-20
1
-1
/
+0
*
i965/gen7: Align all depth miplevels to 8 in the X direction.
Eric Anholt
2013-03-20
1
-1
/
+9
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
3
-11
/
+39
*
i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.
Paul Berry
2013-03-19
2
-2
/
+12
*
ff_fragment_shader: Don't do unnecessary (and dangerous) uniform setup.
Paul Berry
2013-03-19
1
-16
/
+0
*
i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.
Paul Berry
2013-03-19
10
-17
/
+52
*
osmesa: fix out-of-tree build
Andreas Boll
2013-03-19
1
-0
/
+1
*
mesa: use ieee fp on s390 and m68k
Andreas Boll
2013-03-19
1
-1
/
+2
*
glsl_to_tgsi: remove indirect addressing limitations
Christian König
2013-03-19
1
-33
/
+3
*
glsl_to_tgsi: allocate arrays separately v2
Christian König
2013-03-19
2
-31
/
+59
*
glsl_to_tgsi: use get_temp for all allocations
Christian König
2013-03-19
1
-13
/
+10
*
Add dri image entry point for creating image from fd
Kristian Høgsberg
2013-03-18
3
-4
/
+94
*
i965/blorp: Add INTEL_DEBUG=blorp flag.
Paul Berry
2013-03-18
3
-0
/
+8
*
i965: Simplify separate stencil check
Paul Berry
2013-03-16
1
-1
/
+1
*
i965: Apply depthstencil alignment workaround when doing fast clears.
Paul Berry
2013-03-15
1
-1
/
+5
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
67
-768
/
+706
*
Get rid of _mesa_frag_attrib_to_vert_result().
Paul Berry
2013-03-15
2
-33
/
+8
*
Get rid of _mesa_vert_result_to_frag_attrib().
Paul Berry
2013-03-15
3
-37
/
+26
*
mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
2
-26
/
+34
*
Replace gl_geom_result enum with gl_varying_slot.
Paul Berry
2013-03-15
6
-52
/
+22
*
mtypes.h: Modify gl_geom_result to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
1
-21
/
+20
*
Replace gl_geom_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
5
-58
/
+15
*
mtypes.h: Modify gl_geom_attrib to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
1
-13
/
+13
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
40
-376
/
+343
*
mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
2
-28
/
+43
*
mtypes.h: Add new gl_varying_slot enum, and bitfield defines.
Paul Berry
2013-03-15
1
-0
/
+70
*
i965: Change fragment input related bitfields to 64-bit.
Paul Berry
2013-03-15
5
-15
/
+16
*
driconf: add a miscellaneous section and always_have_depth_buffer option
Brian Paul
2013-03-15
1
-0
/
+14
*
driconf: reorder options, reformat comments, etc
Brian Paul
2013-03-15
1
-60
/
+74
*
i965: Make INTEL_DEBUG=shader_time use the RAW surface format.
Kenneth Graunke
2013-03-14
2
-3
/
+3
*
i965: Specialize SURFACE_STATE creation for shader time.
Kenneth Graunke
2013-03-14
4
-8
/
+45
*
i965: Fix INTEL_DEBUG=shader_time for Haswell.
Kenneth Graunke
2013-03-14
2
-4
/
+12
*
i965: Add definitions for gen7+ data cache messages.
Eric Anholt
2013-03-14
1
-0
/
+37
[prev]
[next]