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
*
r600g: fast color clears for single-sample buffers
Grigori Goronzy
2013-09-20
5
-11
/
+86
*
r600g: add support for separately allocated CMASKs
Grigori Goronzy
2013-09-20
4
-10
/
+60
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
23
-3
/
+188
*
radeonsi: simplify and fix MSAA texture sampling for array textures
Marek Olšák
2013-09-20
2
-27
/
+17
*
radeonsi: fix textureOffset and texelFetchOffset GLSL functions
Marek Olšák
2013-09-20
1
-9
/
+23
*
llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.
José Fonseca
2013-09-20
1
-6
/
+78
*
draw: Ensure draw_pt_middle_end::bind_parameters is never NULL.
José Fonseca
2013-09-20
2
-0
/
+15
*
tools/trace: Simple script to compare two traces.
José Fonseca
2013-09-20
1
-0
/
+66
*
mesa: Silence GCC warning 'comparison between signed and unsigned integer exp...
Ian Romanick
2013-09-19
1
-1
/
+1
*
mesa: Fix broken call to print_table_stats
Ian Romanick
2013-09-19
1
-1
/
+3
*
glsl: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
1
-0
/
+2
*
mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2
Ian Romanick
2013-09-19
2
-4
/
+10
*
mesa: Expose MAX_GEOMETRY_{INPUT,OUTPUT}_COMPONENTS on OpenGL 3.2
Ian Romanick
2013-09-19
1
-1
/
+3
*
mesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
2
-2
/
+1
*
mesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexProgram.MaxOutputComponents
Ian Romanick
2013-09-19
2
-2
/
+1
*
i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
1
-0
/
+2
*
i965: Set *Program.Max{Input,Output}Components
Ian Romanick
2013-09-19
1
-1
/
+6
*
mesa: Set default values for Max{Input,Output}Components in init_program_limits
Ian Romanick
2013-09-19
1
-0
/
+6
*
mesa: Remove gl_constants::MaxVaryingComponents
Ian Romanick
2013-09-19
1
-1
/
+0
*
mesa: Use correct data for MAX_{VERTEX,GEOMETRY}_VARYING_COMPONENTS_ARB queries
Ian Romanick
2013-09-19
2
-3
/
+6
*
mesa: Track per-stage shader input and output limits independently
Ian Romanick
2013-09-19
1
-0
/
+24
*
mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
Ian Romanick
2013-09-19
2
-0
/
+2
*
i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
2013-09-19
1
-61
/
+39
*
i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
2013-09-19
1
-86
/
+60
*
i965: Fix off by one errors in texture buffer size calculations.
Kenneth Graunke
2013-09-19
2
-2
/
+2
*
i965: Fix writemask != 0 assertions on Sandybridge.
Kenneth Graunke
2013-09-19
1
-2
/
+4
*
glsl: Delete builtin_builder::shader when destroying built-ins.
Kenneth Graunke
2013-09-19
1
-0
/
+3
*
i965: Fix brw_gs_prog_data_compare to actually check field members.
Kenneth Graunke
2013-09-19
1
-1
/
+1
*
i965: Fix brw_vs_prog_data_compare to actually check field members.
Kenneth Graunke
2013-09-19
1
-1
/
+1
*
i965: Move binding table code to a new file, brw_binding_tables.c.
Kenneth Graunke
2013-09-19
6
-187
/
+243
*
i965: Use brw_upload_binding_table() for the pixel shader as well.
Kenneth Graunke
2013-09-19
1
-18
/
+5
*
i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.
Kenneth Graunke
2013-09-19
3
-16
/
+19
*
i965: Convert loop to memcpy in brw_vec4_upload_binding_table().
Kenneth Graunke
2013-09-19
1
-9
/
+6
*
i965: Update comments in brw_vec4_upload_binding_table().
Kenneth Graunke
2013-09-19
1
-6
/
+1
*
winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.
Gaetan Nadon
2013-09-19
1
-1
/
+1
*
glx: fix compile error in egl_glx.c.
Gaetan Nadon
2013-09-19
1
-1
/
+1
*
freedreno/a3xx: fix typo mixup w/ mipfilter
Rob Clark
2013-09-19
1
-1
/
+1
*
freedreno: fix glReadPixels
Rob Clark
2013-09-19
1
-2
/
+2
*
gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.
Roland Scheidegger
2013-09-19
1
-3
/
+7
*
android: Remove builtin_compiler
Adrian Negreanu
2013-09-18
1
-19
/
+0
*
util/u_blit: Implement util_blit_pixels via pipe_context::blit.
José Fonseca
2013-09-18
1
-410
/
+37
*
util/u_blit: Support blits from cubemaps.
José Fonseca
2013-09-18
2
-3
/
+32
*
vega: Use pipe_context::blit instead of util_blit_pixels_tex.
José Fonseca
2013-09-18
2
-20
/
+26
*
i965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4}_generator.cpp.
Kenneth Graunke
2013-09-18
3
-4
/
+4
*
glsl: Correctly validate fma()'s types.
Matt Turner
2013-09-17
1
-0
/
+6
*
glsl: Add frexp signatures and implementation.
Matt Turner
2013-09-17
1
-0
/
+56
*
i965: Lower ldexp.
Matt Turner
2013-09-17
1
-1
/
+2
*
glsl: Add ldexp_to_arith lowering pass.
Matt Turner
2013-09-17
2
-0
/
+129
*
glsl: Allow vectors to be created from ir_constant().
Matt Turner
2013-09-17
3
-29
/
+41
*
glsl: Add support for ldexp.
Matt Turner
2013-09-17
10
-0
/
+51
[next]