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
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
3
-2
/
+8
*
i965/vs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/fs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/gen7: Relax restrictions on fake MRFs
Matt Turner
2013-02-28
1
-2
/
+4
*
i965/fs: Remove duplicate scan_inst->mlen check
Matt Turner
2013-02-28
1
-5
/
+0
*
attrib: push/pop FRAGMENT_PROGRAM_ARB state
Jordan Justen
2013-02-28
1
-0
/
+12
*
texobj: add verbose api trace messages to several routines
Jordan Justen
2013-02-27
1
-0
/
+21
*
st/mesa: remove some conditionals in update_raster_state()
Brian Paul
2013-02-26
1
-15
/
+8
*
i965: Fix the W value of deprecated pointcoords on pre-gen6.
Eric Anholt
2013-02-25
1
-1
/
+18
*
mesa/es: NULL check in EGLImageTargetTexture2DOES
Tapani Pälli
2013-02-25
1
-0
/
+6
*
mesa: add missing case in _mesa_GetTexParameterfv()
Tapani Pälli
2013-02-25
1
-0
/
+6
*
st/mesa: fix debug_printf() format string warning
Brian Paul
2013-02-23
1
-1
/
+1
*
st/mesa: fix polygon offset state translation logic
Brian Paul
2013-02-22
1
-7
/
+3
*
st/mesa: check for dummy programs in destroy_program_variants()
Brian Paul
2013-02-22
1
-1
/
+1
*
st/mesa: fix trimming of GL_QUAD_STRIP
Brian Paul
2013-02-22
1
-1
/
+1
*
i965: Enable OpenGL ES 3.0 on Sandy Bridge
Ian Romanick
2013-02-22
1
-1
/
+1
*
meta: Allocate texture before initializing texture coordinates
Anuj Phogat
2013-02-22
1
-9
/
+8
*
mesa: Fix setup of ctx->Point.PointSprite for GLES2.
Eric Anholt
2013-02-22
2
-2
/
+2
*
i965/fs: Fix broken math on values loaded from uniform buffers on gen6.
Eric Anholt
2013-02-22
1
-0
/
+1
*
i965: Avoid segfault in gen6_upload_state
Carl Worth
2013-02-21
1
-1
/
+1
*
i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.
Paul Berry
2013-02-20
3
-11
/
+34
*
mesa: Don't install glEvalMesh in the beginend dispatch table
Ian Romanick
2013-02-20
3
-9
/
+16
*
gles2: a stub implementation for GL_EXT_discard_framebuffer
Tapani Pälli
2013-02-20
6
-1
/
+64
*
i965/fs: Enable CSE on uniform pull constant loads.
Eric Anholt
2013-02-19
1
-0
/
+3
*
i965/fs: Only do CSE when the dst types match.
Eric Anholt
2013-02-19
1
-1
/
+2
*
i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.
Eric Anholt
2013-02-19
3
-27
/
+66
*
i965/fs: Fix copy propagation with smearing.
Eric Anholt
2013-02-19
1
-1
/
+2
*
i965/fs: Add a bit more instruction dumping useful for upcoming work.
Eric Anholt
2013-02-19
1
-1
/
+30
*
i965: Remove unused userclip flags.
Paul Berry
2013-02-19
3
-5
/
+0
*
st/mesa: implement glBitmap unpacking from a PBO, for the cache path
Brian Paul
2013-02-19
1
-2
/
+11
*
st/mesa: remove what is left from u_blit
Marek Olšák
2013-02-18
6
-29
/
+0
*
st/mesa: simplify and improve CopyTexSubImage
Marek Olšák
2013-02-18
3
-260
/
+99
*
st/mesa: don't do sRGB conversion in CopyTexSubImage
Marek Olšák
2013-02-18
1
-2
/
+2
*
st/mesa: implement blit-based TexImage and TexSubImage
Marek Olšák
2013-02-18
3
-4
/
+239
*
st/mesa: fix blit-based GetTexImage for 1D array textures
Marek Olšák
2013-02-18
1
-19
/
+52
*
st/mesa: fix blit-based GetTexImage for depth/stencil formats
Marek Olšák
2013-02-18
1
-1
/
+1
*
st/mesa: factor out code for determining blit.mask from CopyTexSubImage
Marek Olšák
2013-02-18
1
-42
/
+66
*
i965: Fix leak in blorp CopyTexSubImage2D
Christopher James Halse Rogers
2013-02-16
1
-2
/
+2
*
mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV name
Matt Turner
2013-02-15
1
-1
/
+1
*
st/mesa: fix format query for GL_ARB_texture_rg
Brian Paul
2013-02-15
1
-3
/
+4
*
i965/fs: Do a general SEND dependency workaround for the original 965.
Eric Anholt
2013-02-15
3
-42
/
+229
*
i965/gen7: Set up all samplers even if samplers are sparsely used.
Eric Anholt
2013-02-14
1
-1
/
+1
*
st/mesa: try to find exact format matching user format and type for DrawPixels
Marek Olšák
2013-02-14
4
-37
/
+59
*
intel: Allow blit readpixels even when the pack alignment is set.
Eric Anholt
2013-02-13
1
-9
/
+4
*
i965: Remove writemask support from brw_SAMPLE().
Eric Anholt
2013-02-13
5
-109
/
+18
*
i965/fs: Use a helper function for checking for flow control instructions.
Eric Anholt
2013-02-13
3
-23
/
+22
*
shaderapi: Fix AttachShader error
bma
2013-02-13
1
-0
/
+14
*
i965: Re-enable the -RHW workaround for original gen4 chips.
Eric Anholt
2013-02-13
1
-12
/
+8
*
i965/gen4: Work around missing sRGB RGB DXT1 support.
Eric Anholt
2013-02-13
3
-4
/
+20
*
st/mesa: fix texture buffer objects
Marek Olšák
2013-02-13
1
-4
/
+10
[next]