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
*
util: add debug_print_bind_flags() debug helper
Brian Paul
2015-02-26
2
-0
/
+36
*
gallium: renumber PIPE_BIND_ flags
Brian Paul
2015-02-26
1
-13
/
+13
*
meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
Neil Roberts
2015-02-26
1
-4
/
+0
*
mesa: use fi_type in vertex attribute code
Marius Predut
2015-02-25
11
-97
/
+117
*
i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRT
Anuj Phogat
2015-02-25
1
-0
/
+3
*
i965: Pass pointer to miptree as function parameter in intel_horizontal_textu...
Anuj Phogat
2015-02-25
1
-6
/
+6
*
i965: Allocate texture buffer in intelTexImage
Anuj Phogat
2015-02-25
1
-2
/
+11
*
i965: Make a function to check the conditions to use the blitter
Anuj Phogat
2015-02-25
1
-11
/
+29
*
i965: Move the comment to the right place
Anuj Phogat
2015-02-25
1
-1
/
+1
*
i965: Fix condition to use Y tiling in blitter in intel_miptree_create()
Anuj Phogat
2015-02-25
1
-3
/
+3
*
meta: Pass null pointer for the pixel data to avoid unnecessary data upload
Anuj Phogat
2015-02-25
1
-1
/
+4
*
meta: Fix buffer object assignment to account for both pack and unpack bo's
Anuj Phogat
2015-02-25
1
-1
/
+1
*
meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFER
Anuj Phogat
2015-02-25
1
-1
/
+7
*
meta: Add assertion check for ctx->Meta->SaveStackDepth
Anuj Phogat
2015-02-25
1
-0
/
+2
*
meta: Do power of two samples check only for samples > 0
Anuj Phogat
2015-02-25
1
-2
/
+2
*
glsl: Rewrite and fix min/max to saturate optimization.
Matt Turner
2015-02-25
1
-29
/
+46
*
freedreno: drop ARRAY_SIZE macro
Rob Clark
2015-02-25
1
-2
/
+0
*
i965: Don't force x-tiling for 16-bpp formats on Gen>7
Neil Roberts
2015-02-25
1
-3
/
+3
*
glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA
Andreas Boll
2015-02-25
1
-6
/
+30
*
dri/common: Update comment about driQueryRendererIntegerCommon
Andreas Boll
2015-02-25
1
-0
/
+1
*
glsl: add double support for packing varyings
Ilia Mirkin
2015-02-24
1
-27
/
+90
*
common: Fix PBOs for 1D_ARRAY.
Laura Ekstrand
2015-02-24
1
-26
/
+36
*
common: Correct PBO 2D_ARRAY handling.
Laura Ekstrand
2015-02-24
1
-9
/
+17
*
common: Correct texture init for meta pbo uploads and downloads.
Laura Ekstrand
2015-02-24
1
-1
/
+4
*
mesa: remove DEG2RAD macro
Brian Paul
2015-02-24
3
-11
/
+3
*
mesa: remove MAX_GLUSHORT, move MAX_GLUINT
Brian Paul
2015-02-24
2
-3
/
+5
*
mesa: move signbit() macro to c99_math.h
Brian Paul
2015-02-24
2
-8
/
+8
*
mesa: remove unused isblank() function
Brian Paul
2015-02-24
1
-1
/
+0
*
glcpp: remove unneeded #include of core.h
Brian Paul
2015-02-24
1
-1
/
+0
*
mesa: remove sqrtf macro
Brian Paul
2015-02-24
1
-11
/
+0
*
i965: Remove redundant discard jumps.
Kenneth Graunke
2015-02-24
2
-0
/
+43
*
glsl: Optimize "if (cond) discard;" to a conditional discard.
Kenneth Graunke
2015-02-24
4
-0
/
+84
*
i965/fs: Handle conditional discards.
Kenneth Graunke
2015-02-24
2
-17
/
+26
*
nir: Introduce nir_intrinsic_discard_if.
Kenneth Graunke
2015-02-24
2
-2
/
+10
*
glsl: Delete dead discard conditions in constant folding.
Kenneth Graunke
2015-02-24
1
-0
/
+24
*
glsl: Handle conditional discards in lower_discard_flow().
Kenneth Graunke
2015-02-24
1
-1
/
+8
*
glsl: Make ir_rvalue_visitor visit ir_discard::condition.
Kenneth Graunke
2015-02-24
2
-0
/
+22
*
glsl: Make ir_validate check the type of ir_discard::condition.
Kenneth Graunke
2015-02-24
1
-0
/
+15
*
Revert "i965/fs: Remove force_writemask_all assertion for execsize < 8."
Matt Turner
2015-02-24
1
-0
/
+1
*
i965/fs: Emit MOV(1) instructions with force_writemask_all.
Matt Turner
2015-02-24
1
-0
/
+1
*
i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
2
-0
/
+95
*
i965/fs/nir: Optimize integer multiply by a 16-bit constant.
Matt Turner
2015-02-24
1
-1
/
+23
*
i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
2
-0
/
+90
*
nir/register: Add a parent_instr field
Jason Ekstrand
2015-02-24
3
-1
/
+18
*
st/mesa: remove unused/broken function st_print_shaders
Marek Olšák
2015-02-24
2
-49
/
+0
*
st/mesa: remove struct qualifier from st_src_reg parameter
Brian Paul
2015-02-24
1
-1
/
+1
*
mesa: remove INV_SQRTF() macro
Brian Paul
2015-02-24
10
-22
/
+15
*
mesa: remove ceilf, floorf macros
Brian Paul
2015-02-24
1
-2
/
+0
*
mesa: remove expf macro
Brian Paul
2015-02-24
1
-1
/
+0
*
mesa: remove logf macro
Brian Paul
2015-02-24
2
-1
/
+1
[next]