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
*
gallium/util: Move the util_copy/fill_rect into u_surface.
José Fonseca
2012-12-06
5
-187
/
+140
*
gallium/os: Cleanup up os_time_get/os_time_get_nano.
José Fonseca
2012-12-06
3
-22
/
+20
*
gallium/os: Fix os_time_sleep() on Windows for small durations.
José Fonseca
2012-12-06
1
-1
/
+5
*
meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADER
Stefan Dösinger
2012-12-06
1
-0
/
+11
*
radeon: Initialize swrast before setting limits
Stefan Dösinger
2012-12-06
1
-9
/
+9
*
r200: Initialize swrast before setting limits
Stefan Dösinger
2012-12-06
1
-10
/
+9
*
mesa: fix compiler warnings when including GL/gl.h with other gl headers
Matthew Waters
2012-12-06
1
-6
/
+6
*
gallivm: Fix lerping of (un)signed normalized numbers.
José Fonseca
2012-12-06
1
-49
/
+43
*
gallivm: Fix lp_build_print_value of smaller integer types.
José Fonseca
2012-12-06
1
-1
/
+12
*
llvmpipe: remove unused variable
Brian Paul
2012-12-06
1
-1
/
+0
*
draw: remove some dead constant buffer code
Brian Paul
2012-12-06
4
-82
/
+0
*
android: Fix build of libmesa_program
Chad Versace
2012-12-05
1
-0
/
+3
*
llvmpipe: EXT_transform_feedback support (v1.1)
Dave Airlie
2012-12-06
15
-101
/
+125
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
17
-9
/
+524
*
i965: Add a flag for instructions with normal writemasking disabled.
Eric Anholt
2012-12-05
4
-0
/
+4
*
r600g: use default action for min/max opcode in tgsi to llvm
Vincent Lejeune
2012-12-05
1
-4
/
+0
*
gallivm: Have a default emit function for min/max opcode
Vincent Lejeune
2012-12-05
1
-0
/
+29
*
r600g: use default action for fdiv/rcp opcode
Vincent Lejeune
2012-12-05
1
-6
/
+1
*
gallivm: have a default emit function for fdiv/rcp
Vincent Lejeune
2012-12-05
1
-0
/
+25
*
r600g: Use default mul/mad function for tgsi-to-llvm
Vincent Lejeune
2012-12-05
1
-8
/
+4
*
glsl: add new variable declaration in function body in lower_output_read
Vincent Lejeune
2012-12-05
1
-0
/
+1
*
draw: set precalc_flat flag for AA lines too
Brian Paul
2012-12-05
1
-0
/
+1
*
mesa: expose ARB_texture_cube_map_array in core contexts as well
Chris Forbes
2012-12-05
1
-1
/
+1
*
scons: Require drm to build gallium/state_trackers/egl/x11/x11_screen.c.
Vinson Lee
2012-12-04
1
-2
/
+4
*
i965/fs: Add support for uniform array access with a variable index.
Eric Anholt
2012-12-04
4
-24
/
+216
*
i965/fs: Conditionalize constant-index UBO load code and add comments.
Eric Anholt
2012-12-04
1
-28
/
+33
*
i965/fs: Restrict optimization that would fail for gen7's SENDs from GRFs
Eric Anholt
2012-12-04
3
-8
/
+28
*
i965/fs: Allow source mods on gen7+ math.
Eric Anholt
2012-12-04
1
-1
/
+1
*
i965/fs: Add instruction emit for varying-index reads of uniforms.
Eric Anholt
2012-12-04
4
-0
/
+105
*
i965/fs: Rename the existing pull constant load opcode.
Eric Anholt
2012-12-04
6
-14
/
+16
*
i965: Add a header_present flag for setting up dp read messages.
Eric Anholt
2012-12-04
3
-1
/
+7
*
i965/gen7: Add some safety checks for send messages from GRFs.
Eric Anholt
2012-12-04
1
-0
/
+15
*
gallivm: Re-add the kludge for lp_build_lerp of fixed point types.
José Fonseca
2012-12-04
1
-1
/
+5
*
scons: Link against librt
José Fonseca
2012-12-04
1
-0
/
+2
*
util/u_debug: Cleanup/fix debug_dump_image.
José Fonseca
2012-12-04
2
-33
/
+27
*
translate: Fix the fetch function assertions.
José Fonseca
2012-12-04
1
-1
/
+3
*
util/u_draw: Skip rendering instead of aborting when excessive number of inst...
José Fonseca
2012-12-04
1
-2
/
+9
*
draw: Properly limit vertex buffer fetches on draw arrays.
José Fonseca
2012-12-04
1
-1
/
+1
*
draw: Use symbolic primitive names in debug output.
José Fonseca
2012-12-04
1
-3
/
+4
*
draw: Consider the geometry shader when choosing the vertex size.
José Fonseca
2012-12-04
1
-3
/
+6
*
tgsi: Allow TXF from buffers.
José Fonseca
2012-12-04
1
-0
/
+1
*
util/surface: Always use the surface format when clearing.
José Fonseca
2012-12-04
1
-7
/
+8
*
tgsi: Increase maximum number of temps to 4096.
José Fonseca
2012-12-04
1
-1
/
+1
*
llvmpipe: Fix alignment.
José Fonseca
2012-12-04
1
-0
/
+5
*
gallivm: Generalize lp_build_mul and lp_build_lerp for signed normalized types.
José Fonseca
2012-12-04
1
-92
/
+82
*
automake/gallium: attempt to fix -lrt
Dave Airlie
2012-12-04
3
-3
/
+9
*
u_cache: fix dereference before NULL check
Dave Airlie
2012-12-04
1
-4
/
+4
*
intel: Always enable GL_ARB_framebuffer_object
Ian Romanick
2012-12-03
1
-2
/
+1
*
mesa: Only require Gen'ed name for glBind{Framebuffer,Renderbuffer} on desktop
Ian Romanick
2012-12-03
1
-2
/
+6
*
mesa: fix uint64 printing in syncobj.c
Brian Paul
2012-12-03
1
-1
/
+3
[next]