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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Remove the now unused intel_renderbuffer::draw_offset field.
Kenneth Graunke
2011-07-28
2
-2
/
+0
*
i965: Check actual tile offsets in Gen4 miptree workaround.
Kenneth Graunke
2011-07-28
1
-2
/
+17
*
i965/gen4: Fix message parameter loading for 1D TXD sampling.
Kenneth Graunke
2011-07-28
1
-2
/
+4
*
st/mesa: fix the texture format in st_context_teximage
Fredrik Höglund
2011-07-28
1
-1
/
+1
*
mesa: Bump version to 7.11-rc3
Ian Romanick
2011-07-28
1
-1
/
+1
*
i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.
Eric Anholt
2011-07-28
1
-1
/
+2
*
i965: Fix many of the trivial WebGL demos that broke due to IB optimization.
Eric Anholt
2011-07-28
1
-0
/
+1
*
i965: Emit texture cache flushes on gen6 along with render cache flushes.
Eric Anholt
2011-07-28
1
-0
/
+1
*
i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()
Paul Berry
2011-07-28
1
-0
/
+3
*
i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.
Kenneth Graunke
2011-07-28
1
-4
/
+11
*
i965/fs: Clear result before visiting shadow comparitor and LOD info.
Kenneth Graunke
2011-07-28
1
-0
/
+10
*
glsl: Treat ir_dereference_array of non-var as a constant for lowering
Ian Romanick
2011-07-28
1
-2
/
+8
*
i965: When emitting a src/dst read of an output, keep the swizzle and neg
Ian Romanick
2011-07-28
1
-3
/
+16
*
i965: When emitting a src/dst write of an output, keep the write mask
Ian Romanick
2011-07-28
1
-1
/
+5
*
prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversion
Ian Romanick
2011-07-28
1
-0
/
+9
*
ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructor
Ian Romanick
2011-07-28
1
-1
/
+1
*
ir_to_mesa: Add each relative address to the previous
Ian Romanick
2011-07-28
1
-0
/
+12
*
glsl: When lowering non-constant vector indexing, respect existing conditions
Ian Romanick
2011-07-28
1
-5
/
+24
*
glsl: When lowering non-constant array indexing, respect existing conditions
Ian Romanick
2011-07-28
1
-3
/
+18
*
glsl: Rework lowering of non-constant array indexing
Ian Romanick
2011-07-28
1
-21
/
+120
*
glsl: Split out part of variable_index_to_cond_assign_visitor::needs_lowering
Ian Romanick
2011-07-28
1
-5
/
+10
*
glsl: Move is_array_or_matrix outside visitor class
Ian Romanick
2011-07-28
1
-5
/
+6
*
wayland-drm: Add copyright notice to protocol
Benjamin Franzke
2011-07-27
1
-0
/
+27
*
egl/gallium: fix build without softpipe and llvmpipe
Tobias Droste
2011-07-27
1
-3
/
+9
*
util: enable S3TC support when the force_s3tc_enable env var is set to "true"
Bryan Cain
2011-07-26
1
-2
/
+9
*
st/mesa: respect force_s3tc_enable environment variable
Bryan Cain
2011-07-26
1
-1
/
+10
*
glsl: Reject shaders that contain static recursion
Ian Romanick
2011-07-23
6
-0
/
+405
*
glsl: Make prototype_string publicly available
Ian Romanick
2011-07-23
2
-2
/
+8
*
Revert "i915: Eliminate redundant CONSTANTS updates"
Stéphane Marchesin
2011-07-23
1
-26
/
+25
*
u_vbuf_mgr: restore buffer offsets
Chia-I Wu
2011-07-21
1
-0
/
+10
*
r600g: more valgrind fixes
Marek Olšák
2011-07-21
1
-2
/
+2
*
r600g: zero memory of ioctl parameters
Marek Olšák
2011-07-21
1
-3
/
+3
*
mesa: GLES2 should return different error enums for invalid fbo queries
Marek Olšák
2011-07-21
1
-7
/
+16
*
dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTE
Andrew Randrianasulu
2011-07-21
1
-1
/
+1
*
nvfx: handle PIPE_CAP_SM3
David Heidelberger
2011-07-21
1
-0
/
+3
*
i965: Apply a homebrew workaround for GPU hang in OGLC api-texcoord.
Eric Anholt
2011-07-20
1
-0
/
+26
*
i965: Enable the PIPE_CONTROL workaround workaround out of paranoia.
Eric Anholt
2011-07-20
2
-3
/
+29
*
i965: Avoid kernel BUG_ON if we happen to wait on the pipe_control w/a BO.
Eric Anholt
2011-07-20
1
-1
/
+1
*
i915: Simplify intel_wpos_* with a helper function.
Eric Anholt
2011-07-20
3
-47
/
+27
*
i915: Include gl_FragCoord.w data, not just xyz.
Eric Anholt
2011-07-20
1
-3
/
+3
*
i915: Fix incorrect depth scaling when enabling/disabling depth buffers.
Eric Anholt
2011-07-20
1
-24
/
+19
*
i915: Make stencil test for no-stencil handling match depth test.
Eric Anholt
2011-07-20
2
-23
/
+12
*
i915: Disable the depth test whenever we don't have a depth buffer.
Eric Anholt
2011-07-20
2
-2
/
+8
*
i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.
Eric Anholt
2011-07-20
2
-111
/
+20
*
i965: Remove i915 paths from brw_update_draw_buffers().
Eric Anholt
2011-07-20
1
-37
/
+11
*
i965: Remove unused region calculations in brw_update_draw_buffer().
Eric Anholt
2011-07-20
1
-60
/
+2
*
i965: Remove empty brw_set_draw_region.
Eric Anholt
2011-07-20
1
-14
/
+0
*
i965: Remove FALLBACK() from brw_update_draw_region().
Eric Anholt
2011-07-20
1
-16
/
+0
*
intel: Move intel_draw_buffers() code into each driver.
Eric Anholt
2011-07-20
6
-200
/
+612
*
glsl: silence warning in linker.cpp
Brian Paul
2011-07-20
1
-1
/
+1
[next]