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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Set execution size to 8 for instructions with force_sechalf set.
Kenneth Graunke
2014-07-15
1
-1
/
+1
*
exec_list: Make various places use the new length() method.
Connor Abbott
2014-07-15
3
-11
/
+3
*
mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p...
Ian Romanick
2014-07-15
1
-2
/
+7
*
mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile
Ian Romanick
2014-07-15
1
-0
/
+2
*
mesa: Handle uninitialized textures like other textures in get_tex_level_para...
Ian Romanick
2014-07-15
1
-5
/
+6
*
i965/fs: Relax interference check in register coalescing.
Matt Turner
2014-07-15
1
-11
/
+12
*
i965/fs: Perform CSE on sends-from-GRF rather than textures.
Matt Turner
2014-07-15
1
-1
/
+1
*
i965: Initialize new chunks of realloc'd memory.
Matt Turner
2014-07-15
1
-0
/
+4
*
i965/vec4: Invalidate live intervals in opt_cse, not _local.
Matt Turner
2014-07-14
1
-3
/
+3
*
i965/vec4: Move aeb list into opt_cse_local.
Matt Turner
2014-07-14
2
-7
/
+7
*
i965/fs: Invalidate live intervals in opt_cse, not _local.
Matt Turner
2014-07-14
1
-3
/
+3
*
i965/fs: Move aeb list into opt_cse_local.
Matt Turner
2014-07-14
2
-7
/
+7
*
Avoid mesa_dri_drivers import lib being installed
Jon TURNEY
2014-07-13
1
-2
/
+1
*
i965/vec4: Silence warnings about unhandled interpolation ops
Chris Forbes
2014-07-13
1
-0
/
+3
*
i965/fs: add support for ir_*_interpolate_at_* expressions
Chris Forbes
2014-07-13
2
-2
/
+150
*
i965/fs: Skip channel expressions splitting for interpolation
Chris Forbes
2014-07-13
1
-0
/
+25
*
i965/fs: add generator support for pixel interpolator query
Chris Forbes
2014-07-13
4
-0
/
+59
*
i965: add low-level support for send to pixel interpolator
Chris Forbes
2014-07-13
2
-0
/
+38
*
i965/disasm: add support for pixel interpolator messages
Chris Forbes
2014-07-13
1
-0
/
+17
*
i965: Add message descriptor bit definitions for pixel interpolator
Chris Forbes
2014-07-13
2
-0
/
+16
*
i965/disasm: Disassemble indirect sends more properly
Chris Forbes
2014-07-12
1
-162
/
+174
*
i965: Avoid crashing while dumping vec4 insn operands
Chris Forbes
2014-07-12
1
-1
/
+4
*
i965: Fix two broken asserts in brw_eu_emit
Chris Forbes
2014-07-12
1
-2
/
+2
*
glsl: add new expression types for interpolateAt*
Chris Forbes
2014-07-12
2
-0
/
+6
*
st/mesa: fix samplerCubeShadow with bias
Marek Olšák
2014-07-11
1
-1
/
+7
*
mesa: fix crash in st/mesa after deleting a VAO
Marek Olšák
2014-07-11
4
-33
/
+33
*
i965: forward-declare struct brw_context in brw_reg.h
Ilia Mirkin
2014-07-09
1
-0
/
+2
*
scons: build and use a single dri_common library
Emil Velikov
2014-07-10
1
-45
/
+10
*
st/dri/drm: remove __driDriverExtensions and driDriverAPI
Emil Velikov
2014-07-10
1
-0
/
+27
*
mesa/st: add per sample shading state to fp key and set interpolation
Ilia Mirkin
2014-07-09
3
-1
/
+11
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
3
-7
/
+13
*
meta: Call glObjectLabel before linking.
Kenneth Graunke
2014-07-09
1
-1
/
+1
*
ff_fragment_shader: Access glsl_types directly.
Kenneth Graunke
2014-07-09
1
-15
/
+15
*
st/mesa: add PIPE_FORMAT_R10G10B10A2_UNORM to format_map table
Brian Paul
2014-07-09
1
-1
/
+2
*
st/mesa: add some missing MESA/PIPE_FORMAT_R10G10B10A2_UNORM switch cases
Brian Paul
2014-07-09
1
-0
/
+4
*
st/mesa: fix geometry shader memory leak
Brian Paul
2014-07-09
1
-0
/
+1
*
mesa: fix geometry shader memory leaks
Brian Paul
2014-07-09
2
-0
/
+4
*
st/mesa: minor simplification of some state atom assignments
Brian Paul
2014-07-09
2
-7
/
+4
*
st/mesa: minor fix-up in st_GetSamplePosition()
Brian Paul
2014-07-09
1
-2
/
+4
*
mesa: use float to silence MSVC warning in _mesa_GetMultisamplefv()
Brian Paul
2014-07-09
1
-1
/
+1
*
i965/disasm: Fix disassembly of the any16h/all16h predicates.
Kenneth Graunke
2014-07-08
1
-1
/
+1
*
i965: Remove artificial dependency between math instructions.
Matt Turner
2014-07-08
1
-1
/
+2
*
i965/fs: Track dependencies in instruction scheduling per reg offset.
Matt Turner
2014-07-08
1
-8
/
+15
*
i965: Extend compute-to-mrf pass to understand blocks of MOVs
Kristian Høgsberg
2014-07-07
1
-10
/
+53
*
i965/fs: Disable unlit_centroid_workaround on Haswell.
Matt Turner
2014-07-06
1
-2
/
+4
*
i965/vec4: Perform CSE on CMP(N) instructions.
Matt Turner
2014-07-06
1
-1
/
+16
*
i965/vec4: Don't emit null MOVs in CSE.
Matt Turner
2014-07-06
1
-5
/
+7
*
i965/vec4: Improve CSE performance by expiring some available expressions.
Matt Turner
2014-07-06
1
-0
/
+20
*
i965/vec4: Add basic common subexpression elimination.
Kenneth Graunke
2014-07-06
4
-0
/
+236
*
i965: Fix warnings introduced in commit e24ef5ab.
Matt Turner
2014-07-06
1
-2
/
+1
[prev]
[next]