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
*
glapi: add ARB_texture_multisample
Chris Forbes
2013-03-02
5
-4
/
+57
*
intel: Use the new "ctx" local variable I just added some more.
Eric Anholt
2013-03-01
1
-2
/
+2
*
i965: Make sRGB-capable framebuffers by default.
Eric Anholt
2013-03-01
2
-3
/
+63
*
intel: Fix software copying of miptree faces for weird formats.
Eric Anholt
2013-03-01
3
-61
/
+77
*
intel: Add a flag for miptree mapping to disable transcoding.
Eric Anholt
2013-03-01
2
-4
/
+17
*
i965: Add WARN_ONCE for depthstencil workarounds we shouldn't be hitting.
Eric Anholt
2013-03-01
2
-0
/
+6
*
intel: Enable __DRI_API_OPENGL_CORE api with dri2 contexts
Jordan Justen
2013-02-28
1
-0
/
+2
*
intel: update max versions based on MESA_GL_VERSION_OVERRIDE
Jordan Justen
2013-02-28
1
-0
/
+10
*
mesa version: add _mesa_get_gl_version_override
Jordan Justen
2013-02-28
2
-27
/
+70
*
i965/fs: Put immediate operand as src2
Matt Turner
2013-02-28
1
-1
/
+1
*
intel: Remove intel_mipmap_tree::wraps_etc
Chad Versace
2013-02-28
2
-21
/
+3
*
ir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.
Matt Turner
2013-02-28
1
-2
/
+5
*
i965/vs: Assert that ir_triop_lrp was lowered.
Matt Turner
2013-02-28
1
-0
/
+4
*
i965/fp: Use the LRP instruction for OPCODE_LRP.
Matt Turner
2013-02-28
1
-8
/
+4
*
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
Kenneth Graunke
2013-02-28
7
-5
/
+75
*
i965: Add support for emitting the LRP instruction.
Kenneth Graunke
2013-02-28
4
-0
/
+4
*
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
[next]