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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: modified _mesa_align_free() to accept NULL pointer
Siavash Eliasi
2013-12-04
7
-32
/
+26
*
mesa: don't leak performance monitors on context destroy
Ilia Mirkin
2013-12-04
3
-0
/
+23
*
nv50: Fix GPU_READING/WRITING bit removal
Ilia Mirkin
2013-12-04
2
-3
/
+3
*
pipe-loader: Fix llvmpipe.la path
Michel Dänzer
2013-12-04
1
-1
/
+1
*
i965: Fix BRW_BATCH_STRUCT to specify RENDER_RING, not UNKNOWN_RING.
Kenneth Graunke
2013-12-03
1
-2
/
+2
*
Revert "i965: Move brw_emit_query_begin() to the render ring prelude."
Kenneth Graunke
2013-12-03
2
-7
/
+3
*
i965: Fix OACONTROL assertion failures on Ironlake.
Kenneth Graunke
2013-12-03
1
-4
/
+8
*
gallium/radeon: use PRIu64 macro for printing uint64_t
Emil Velikov
2013-12-03
2
-4
/
+6
*
pipe-loader: build llvmpipe on top of softpipe
Emil Velikov
2013-12-03
1
-10
/
+7
*
mesa: resolve typo DTXn/DXTn
Emil Velikov
2013-12-03
1
-1
/
+1
*
automake: include only one copy VERSION in tarball
Emil Velikov
2013-12-03
1
-1
/
+0
*
glx: Add missing null check in gxl/dri2_glx.c
Juha-Pekka Heikkila
2013-12-03
1
-0
/
+4
*
glx: Check malloc return value before accessing memory in glx/clientattrib.c
Juha-Pekka Heikkila
2013-12-03
1
-0
/
+4
*
i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)
Chad Versace
2013-12-03
1
-24
/
+11
*
configure.ac: require libdrm_radeon 2.4.50
Marek Olšák
2013-12-03
1
-1
/
+1
*
st/mesa: implement layered framebuffer clear for the clear_with_quad fallback
Marek Olšák
2013-12-03
4
-16
/
+68
*
gallium/util: implement layered framebuffer clear in u_blitter
Marek Olšák
2013-12-03
10
-30
/
+110
*
gallium: add support for AMD_vertex_shader_layer
Marek Olšák
2013-12-03
16
-1
/
+32
*
radeonsi: add driver support for layered rendering and AMD_vertex_shader_layer
Marek Olšák
2013-12-03
4
-12
/
+27
*
radeonsi: implement OpenGL edge flags
Marek Olšák
2013-12-03
3
-6
/
+48
*
st/mesa: add support for layered framebuffers and consolidate code
Marek Olšák
2013-12-03
6
-93
/
+99
*
mesa: expose AMD_vertex_shader_layer in the core profile only
Marek Olšák
2013-12-03
1
-1
/
+1
*
egl: add HAVE_LIBDRM define, fix EGL X11 platform
Tapani Pälli
2013-12-03
2
-6
/
+8
*
freedreno: Add a few texture formats
Andreas Heider
2013-12-02
1
-0
/
+3
*
i965: Skip the register write check on Broadwell.
Kenneth Graunke
2013-12-02
1
-1
/
+5
*
i965: Fix texture border color on Broadwell.
Kenneth Graunke
2013-12-02
1
-1
/
+11
*
i965: Don't use MACH for integer multiplies on Gen8+.
Kenneth Graunke
2013-12-02
2
-2
/
+2
*
i965: Fix texture swizzling on Broadwell.
Kenneth Graunke
2013-12-02
1
-1
/
+1
*
i965: Set vertical alignment unit to 4 on Broadwell.
Kenneth Graunke
2013-12-02
1
-0
/
+6
*
i965/vs: Always store pull constant offsets in GRFs on Gen8.
Kenneth Graunke
2013-12-02
1
-1
/
+15
*
i965/vs: Don't copy propagate into SEND-from-GRF messages.
Kenneth Graunke
2013-12-02
1
-0
/
+3
*
clover: Fix missing minus sign in 'iterator_adaptor::operator-='.
Francisco Jerez
2013-12-02
1
-1
/
+1
*
i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
Chad Versace
2013-12-02
1
-6
/
+12
*
glsl: Simplify the built-in function linking code.
Kenneth Graunke
2013-12-01
7
-36
/
+31
*
glsl: Create an accessor for the built-in function shader.
Kenneth Graunke
2013-12-01
2
-2
/
+13
*
glsl: Drop crazy looping from no_matching_function_error().
Kenneth Graunke
2013-12-01
1
-16
/
+23
*
glsl: Merge "candidates are: " message to the previous line.
Kenneth Graunke
2013-12-01
1
-6
/
+4
*
glsl: Drop unused call_ir parameter from generate_call().
Kenneth Graunke
2013-12-01
1
-8
/
+6
*
glsl: Remove useless iteration through function parameters.
Kenneth Graunke
2013-12-01
1
-6
/
+0
*
Fix 'make check' in src/mapi/glapi/tests when builddir != srcdir
Jon TURNEY
2013-12-01
1
-0
/
+1
*
docs: Import 10.0 release notes, add news item
Ian Romanick
2013-11-30
2
-3
/
+80
*
i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.
Paul Berry
2013-11-29
1
-0
/
+15
*
glsl: Remove unused field loop_variable_state::loop.
Paul Berry
2013-11-29
1
-5
/
+0
*
glsl: Improve documentation of ir_loop counter/control fields.
Paul Berry
2013-11-29
1
-6
/
+28
*
glsl: In ir_validate, check that ir_loop::counter always refers to a new var.
Paul Berry
2013-11-29
1
-0
/
+13
*
glsl: Fix inconsistent assumptions about ir_loop::counter.
Paul Berry
2013-11-29
3
-2
/
+9
*
glsl: Teach ir_variable_refcount about ir_loop::counter variables.
Paul Berry
2013-11-29
2
-0
/
+22
*
mesa: fix mem leak of glPixelMap data in display list
Brian Paul
2013-11-29
1
-13
/
+16
*
mesa: added memory-related comment in save_error()
Brian Paul
2013-11-29
1
-0
/
+4
*
mesa: fix flags assignment in save_WaitSync()
Brian Paul
2013-11-29
1
-1
/
+1
[next]