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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM
Brian Paul
2014-03-05
3
-13
/
+13
*
i965: Fix predicated-send-based discards with MRT.
Eric Anholt
2014-03-05
1
-2
/
+2
*
mesa: remove remaining uses of _glthread_GetID()
Brian Paul
2014-03-05
2
-8
/
+1
*
mesa: new init_teximage_fields_ms() function to init MS texture images
Brian Paul
2014-03-05
1
-15
/
+29
*
i965: Mark invariants in backend_visitor as constants
Topi Pohjolainen
2014-03-05
1
-6
/
+6
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
11
-26
/
+23
*
i965: Merge initialisation of backend_visitor
Topi Pohjolainen
2014-03-05
4
-14
/
+23
*
i965/wm: Use resolved miptree consistently in surface setup
Topi Pohjolainen
2014-03-05
2
-13
/
+13
*
i965/vec4: Mark invariant members as constants in vec4_visitor
Topi Pohjolainen
2014-03-05
2
-7
/
+7
*
i965: Mark sources for offset getters as constants
Topi Pohjolainen
2014-03-05
4
-9
/
+9
*
i965: Implement ARB_stencil_texturing on Gen8+.
Kenneth Graunke
2014-03-04
4
-4
/
+20
*
mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).
Kenneth Graunke
2014-03-04
5
-0
/
+47
*
mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImag...
Anuj Phogat
2014-03-04
1
-2
/
+11
*
mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()
Anuj Phogat
2014-03-04
1
-2
/
+1
*
mesa: Set initial internal format of a texture to GL_RGBA
Anuj Phogat
2014-03-04
1
-3
/
+10
*
mesa: remove empty glthread.h file
Brian Paul
2014-03-03
6
-6
/
+1
*
xlib: remove unneeded context tracking code
Brian Paul
2014-03-03
1
-43
/
+4
*
xlib: simplify context handling
Brian Paul
2014-03-03
3
-109
/
+28
*
xlib: remove unused realglx.[ch] files
Brian Paul
2014-03-03
3
-517
/
+4
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
20
-140
/
+140
*
xlib: switch to c11 mutex functions
Brian Paul
2014-03-03
3
-14
/
+14
*
mesa: update packed format layout comments
Brian Paul
2014-03-03
1
-50
/
+50
*
mesa: don't define c99 math functions for MSVC >= 1800
Hans
2014-03-03
1
-1
/
+1
*
mesa: don't call ctx->Driver.ClearBufferSubData() if size==0
Brian Paul
2014-03-03
1
-4
/
+8
*
NV_vdpau_interop: fix IsSurfaceNV return type
Grigori Goronzy
2014-03-03
2
-5
/
+6
*
mesa: Move MESA_GLSL=dump output to stderr.
Kenneth Graunke
2014-03-02
2
-20
/
+23
*
i965: Validate (and resolve) all the bound textures.
Chris Forbes
2014-03-02
2
-2
/
+2
*
i965: Widen sampler key bitfields for 32 samplers
Chris Forbes
2014-03-02
1
-3
/
+3
*
dri/i9*5: correctly calculate the amount of system memory
Emil Velikov
2014-03-01
2
-2
/
+2
*
mesa: add unpacking code for MESA_FORMAT_Z32_FLOAT_S8X24_UINT
Brian Paul
2014-02-28
1
-0
/
+22
*
i915: Allocate the sys_buffer using _mesa_align_malloc
Ian Romanick
2014-02-28
1
-7
/
+8
*
i915: Only allow 8 vertex texture units
Ian Romanick
2014-02-28
1
-0
/
+1
*
i965: Assert array index on access to vec4_visitor's arrays.
Petri Latvala
2014-02-28
2
-0
/
+8
*
i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...
Petri Latvala
2014-02-28
4
-2
/
+28
*
mesa: do depth/stencil format conversion in glGetTexImage
Brian Paul
2014-02-28
1
-2
/
+9
*
mesa: fix depth/stencil comments in formats.h
Brian Paul
2014-02-28
1
-2
/
+2
*
meta: Drop ctx->API checks.
Kenneth Graunke
2014-02-27
2
-92
/
+50
*
meta: Restore API at the end of _mesa_meta_end(), not the start.
Kenneth Graunke
2014-02-27
1
-2
/
+2
*
i965: Convert VUE map generation checks to if rather than switch.
Kenneth Graunke
2014-02-27
1
-11
/
+2
*
i965: Only emit VS state pipe control workaround on IVB and BYT.
Kenneth Graunke
2014-02-27
3
-3
/
+5
*
i965: Fix the region's pitch condition to use blitter
Anuj Phogat
2014-02-26
1
-3
/
+3
*
meta: Use a #define for the vector type to avoid %svec4 everywhere.
Kenneth Graunke
2014-02-26
1
-10
/
+7
*
i965: Don't try to dump shader source for fixed-function FS programs.
Kenneth Graunke
2014-02-26
1
-1
/
+1
*
i965: Don't forget to subtract mt->first_level in minify calls.
Kenneth Graunke
2014-02-26
5
-12
/
+13
*
i965: Stop lowering ir_triop_lrp.
Kenneth Graunke
2014-02-26
1
-2
/
+0
*
i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
Kenneth Graunke
2014-02-26
2
-7
/
+38
*
i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters.
Kenneth Graunke
2014-02-26
1
-0
/
+1
*
mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp.
Vinson Lee
2014-02-25
1
-0
/
+3
*
i965: Fix segfaults since the buffer_storage changes.
Eric Anholt
2014-02-25
1
-1
/
+1
*
st/mesa: add comment to explain _min(), _maxf(), etc. functions
Brian Paul
2014-02-25
1
-0
/
+6
[next]