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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa version: add _mesa_get_gl_version_override
Jordan Justen
2013-02-28
2
-27
/
+70
*
glsl: allow GLSL compiler version to be overridden to 1.50
Jordan Justen
2013-02-28
2
-0
/
+3
*
i965/fs: Put immediate operand as src2
Matt Turner
2013-02-28
1
-1
/
+1
*
intel: Remove intel_mipmap_tree::wraps_etc
Chad Versace
2013-02-28
2
-21
/
+3
*
ir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.
Matt Turner
2013-02-28
1
-2
/
+5
*
i965/vs: Assert that ir_triop_lrp was lowered.
Matt Turner
2013-02-28
1
-0
/
+4
*
i965/fp: Use the LRP instruction for OPCODE_LRP.
Matt Turner
2013-02-28
1
-8
/
+4
*
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
Kenneth Graunke
2013-02-28
7
-5
/
+75
*
i965: Add support for emitting the LRP instruction.
Kenneth Graunke
2013-02-28
4
-0
/
+4
*
glsl: Optimize ir_triop_lrp(x, y, a) with a = 0.0f or 1.0f
Matt Turner
2013-02-28
1
-0
/
+11
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
11
-12
/
+84
*
glsl: Rework ir_reader to handle expressions with three operands.
Kenneth Graunke
2013-02-28
1
-26
/
+19
*
glsl: Consolidate ir_expression constructors that use explicit types.
Kenneth Graunke
2013-02-28
2
-37
/
+10
*
i965/vs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/fs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/gen7: Relax restrictions on fake MRFs
Matt Turner
2013-02-28
1
-2
/
+4
*
i965/fs: Remove duplicate scan_inst->mlen check
Matt Turner
2013-02-28
1
-5
/
+0
*
clover: Fix build with LLVM 3.3 v2
Tom Stellard
2013-02-28
2
-9
/
+40
*
attrib: push/pop FRAGMENT_PROGRAM_ARB state
Jordan Justen
2013-02-28
1
-0
/
+12
*
scons: Fix Windows build with LLVM 3.2
Keith Kriewall
2013-02-28
1
-1
/
+13
*
autotools: oprofilejit should be included in the list of LLVM components requ...
Adam Sampson
2013-02-28
1
-0
/
+3
*
r600g: workaround hyperz lockup on evergreen
Jerome Glisse
2013-02-28
4
-2
/
+23
*
texobj: add verbose api trace messages to several routines
Jordan Justen
2013-02-27
1
-0
/
+21
*
llvmpipe: check buffers in llvmpipe_is_resource_referenced.
Roland Scheidegger
2013-02-28
3
-8
/
+24
*
llvmpipe: support rendering to buffer render targets.
Roland Scheidegger
2013-02-28
4
-47
/
+61
*
util: fix issues with util_clear_render_target.
Roland Scheidegger
2013-02-28
1
-9
/
+46
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
15
-189
/
+249
*
gallivm: fix mis-matching AOS instruction emission
Maxence Le Doré
2013-02-27
1
-1
/
+1
*
glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefined
Jon TURNEY
2013-02-27
1
-1
/
+1
*
configure.ac: Clarify the description of the --with-opencl-libdir parameter a...
Francisco Jerez
2013-02-27
1
-1
/
+1
*
radeonsi: Fix memory leak in si_set_constant_buffer.
Vinson Lee
2013-02-26
1
-0
/
+1
*
st/vega: Fix memory leak in combine_shaders.
Vinson Lee
2013-02-26
1
-1
/
+3
*
egl/wayland: Don't block on EGL_DEFAULT_DISPAY under wayland
Kristian Høgsberg
2013-02-26
1
-0
/
+4
*
egl: Allow 24-bit visuals for 32-bit RGBA8888 configs
Ian Romanick
2013-02-26
1
-1
/
+8
*
st/mesa: remove some conditionals in update_raster_state()
Brian Paul
2013-02-26
1
-15
/
+8
*
r600g: add missing emit_flush for R600_CONTEXT_FLUSH_AND_INV case
Alex Deucher
2013-02-26
1
-0
/
+1
*
r600g: synchronize streamout buffers on r6xx too (v3)
Alex Deucher
2013-02-26
1
-1
/
+1
*
winsys/null: fix var typo templet->templat
Brian Paul
2013-02-26
1
-1
/
+1
*
svga: fix comment typos
Brian Paul
2013-02-26
1
-1
/
+1
*
r300g: implement 3D transfers
Marek Olšák
2013-02-26
1
-2
/
+18
*
gallium/util: add helper util_max_layer from r600g
Marek Olšák
2013-02-26
7
-47
/
+31
*
llvmpipe: (trivial) get rid of old function prototypes.
Roland Scheidegger
2013-02-25
1
-7
/
+0
*
draw: make sure pipeline is revalidated when sampler views or samplers change.
Roland Scheidegger
2013-02-25
2
-1
/
+6
*
llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_range
Roland Scheidegger
2013-02-25
12
-115
/
+191
*
i965: Fix the W value of deprecated pointcoords on pre-gen6.
Eric Anholt
2013-02-25
1
-1
/
+18
*
mesa/es: NULL check in EGLImageTargetTexture2DOES
Tapani Pälli
2013-02-25
1
-0
/
+6
*
mesa: add missing case in _mesa_GetTexParameterfv()
Tapani Pälli
2013-02-25
1
-0
/
+6
*
docs: add news item for mesa-demos 8.1.0 release
Andreas Boll
2013-02-25
1
-0
/
+9
*
docs: import release notes for 9.1, add news item
Andreas Boll
2013-02-25
2
-2
/
+14
*
glsl: Remove VS output varyings which are optimized out of the FS
Jordan Justen
2013-02-23
1
-1
/
+18
[next]