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
*
i965: Drop intel_bufferobj_source().
Eric Anholt
2013-10-23
4
-30
/
+8
*
i965: Fix texture buffer rendering after a whole buffer replacement.
Eric Anholt
2013-10-23
1
-0
/
+2
*
clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104a
David Heidelberger
2013-10-23
1
-3
/
+4
*
nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERS
Brian Paul
2013-10-23
1
-1
/
+1
*
radeonsi: remove unused si_set_cs_sampler_view()
Brian Paul
2013-10-23
1
-4
/
+0
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
44
-492
/
+277
*
svga: remove unneeded include of u_double_list.h
Brian Paul
2013-10-23
1
-2
/
+0
*
i965: Expose write_reg() as brw_store_register_mem64().
Kenneth Graunke
2013-10-23
2
-9
/
+11
*
i965: Move flushing out of write_reg and into the callers.
Kenneth Graunke
2013-10-23
1
-4
/
+8
*
glsl: Simplify the interface to link_invalidate_variable_locations
Ian Romanick
2013-10-22
3
-44
/
+31
*
glsl/tests: Unit test vertex shader in / out with link_invalidate_variable_lo...
Ian Romanick
2013-10-22
2
-0
/
+209
*
glsl: Modify interface to link_invalidate_variable_locations
Ian Romanick
2013-10-22
2
-7
/
+7
*
glsl/tests: Verify geometry shader built-ins generated by _mesa_glsl_initiali...
Ian Romanick
2013-10-22
1
-0
/
+98
*
glsl/tests: Verify fragment shader built-ins generated by _mesa_glsl_initiali...
Ian Romanick
2013-10-22
1
-0
/
+71
*
glsl/tests: Verify vertex shader built-ins generated by _mesa_glsl_initialize...
Ian Romanick
2013-10-22
2
-0
/
+225
*
glsl: When constructing a variable with an interface type, set interface_type
Ian Romanick
2013-10-22
6
-4
/
+115
*
mesa/tests: Add simple, dumb test for _mesa_program_state_string
Ian Romanick
2013-10-22
2
-1
/
+48
*
wayland: Don't leak wl_drm global when unbinding display
Ander Conselvan de Oliveira
2013-10-22
1
-2
/
+5
*
mesa: fixes for MSVC 2013
Scott Graham
2013-10-22
1
-0
/
+2
*
st/mesa: minor whitespace, comment changes in st_draw.c
Brian Paul
2013-10-22
1
-8
/
+11
*
st/dri: minor formatting clean-ups in dri_context.c
Brian Paul
2013-10-22
1
-4
/
+6
*
mesa: fix a couple issues with U_FIXED, I_FIXED macros
Brian Paul
2013-10-22
1
-3
/
+3
*
mesa: remove remnants of GL_MESA_shader_debug
Brian Paul
2013-10-22
2
-35
/
+0
*
i965: Only emit interpolation setup if there are actual FS inputs.
Kenneth Graunke
2013-10-21
1
-4
/
+6
*
i965/fs: Fix accidental type conversion in header setup
Chris Forbes
2013-10-22
1
-3
/
+2
*
i965/fs: Fix handling of sampler messages with header but zero offset
Chris Forbes
2013-10-22
1
-3
/
+11
*
glsl: Optimize -(-expr) into expr.
Matt Turner
2013-10-21
1
-0
/
+10
*
glsl: Optimize abs(-expr) and abs(abs(expr)) into abs(expr).
Matt Turner
2013-10-21
1
-0
/
+18
*
glsl: Use saved values instead of recomputing them.
Matt Turner
2013-10-21
1
-8
/
+4
*
i965: Implement ARB_texture_mirror_clamp_to_edge.
Kenneth Graunke
2013-10-21
2
-0
/
+3
*
i965: Drop unused simple_list.h includes.
Kenneth Graunke
2013-10-21
2
-2
/
+0
*
gbm-dri: Support importing RGB565 buffers
Kristian Høgsberg
2013-10-21
1
-0
/
+3
*
glsl/linker: Allow mixing of desktop GLSL versions.
Paul Berry
2013-10-21
1
-7
/
+3
*
clover: Improve region and pitch argument handling in memory transfer APIs.
Francisco Jerez
2013-10-21
1
-130
/
+270
*
clover: Add a pixel_size() method to the image class.
Francisco Jerez
2013-10-21
2
-0
/
+7
*
clover: Implement support for the ICD extension.
Francisco Jerez
2013-10-21
17
-78
/
+1046
*
clover: Make sure hidden is the default symbol visibility.
Francisco Jerez
2013-10-21
1
-2
/
+5
*
clover: Prepare the build system for ICD support.
Tom Stellard
2013-10-21
2
-8
/
+11
*
clover: Fix memory leak when initializing a device object fails.
Francisco Jerez
2013-10-21
1
-1
/
+3
*
clover: Tidy up resource::mapping.
Francisco Jerez
2013-10-21
2
-11
/
+9
*
clover: Simplify command_queue::flush().
Francisco Jerez
2013-10-21
2
-11
/
+10
*
clover: Clean up the kernel and program object interface.
Francisco Jerez
2013-10-21
8
-136
/
+139
*
clover: Clean up the interface of the context object slightly.
Francisco Jerez
2013-10-21
6
-27
/
+23
*
clover: Delete copy constructors and assignment operators in all non-copiable...
Francisco Jerez
2013-10-21
11
-22
/
+44
*
clover: Define a few convenience equality operators.
Francisco Jerez
2013-10-21
10
-5
/
+47
*
clover: Simplify the platform object by using util/range.
Francisco Jerez
2013-10-21
3
-28
/
+8
*
clover: Add property list helpers with a syntax consistent with other API obj...
Francisco Jerez
2013-10-21
5
-50
/
+91
*
clover: Switch samplers to the new model.
Francisco Jerez
2013-10-21
7
-53
/
+53
*
clover: Switch memory objects to the new model.
Francisco Jerez
2013-10-21
9
-302
/
+267
*
clover: Switch kernel and program objects to the new model.
Francisco Jerez
2013-10-21
11
-492
/
+458
[next]