index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: remove intelCopyTexImage1D/2D()
Brian Paul
2011-07-19
1
-97
/
+0
*
mesa: remove comments referring to Driver.TexImage1D/2D
Brian Paul
2011-07-19
1
-6
/
+3
*
mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks
Brian Paul
2011-07-19
1
-17
/
+32
*
st/mesa: fix the texture format in st_context_teximage
Fredrik Höglund
2011-07-19
1
-1
/
+1
*
mesa: update, shorten some comments in dd.h
Brian Paul
2011-07-19
1
-38
/
+13
*
intel: Fix stencil buffer to be W tiled
Chad Versace
2011-07-19
5
-31
/
+93
*
i965: Fix regression in 29a911c50e4443dfebef0a2e32c39b64992fa3cc.
Eric Anholt
2011-07-19
1
-1
/
+1
*
i965: Rename CMD_VF_STATISTICS_(965|GM45) to include "3DSTATE".
Kenneth Graunke
2011-07-18
2
-4
/
+4
*
i965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VERTEX_...S.
Kenneth Graunke
2011-07-18
2
-5
/
+5
*
i965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAWING_RECTANGLE.
Kenneth Graunke
2011-07-18
2
-2
/
+1
*
i915: Simplify intel_wpos_* with a helper function.
Eric Anholt
2011-07-18
3
-47
/
+27
*
i915: Include gl_FragCoord.w data, not just xyz.
Eric Anholt
2011-07-18
1
-3
/
+3
*
i915: Add support for HW rendering with no color draw buffer.
Eric Anholt
2011-07-18
1
-51
/
+51
*
i915: Fix incorrect depth scaling when enabling/disabling depth buffers.
Eric Anholt
2011-07-18
1
-24
/
+19
*
i915: Make stencil test for no-stencil handling match depth test.
Eric Anholt
2011-07-18
2
-23
/
+12
*
i915: Disable the depth test whenever we don't have a depth buffer.
Eric Anholt
2011-07-18
2
-2
/
+8
*
i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.
Eric Anholt
2011-07-18
2
-111
/
+20
*
i965: Remove i915 paths from brw_update_draw_buffers().
Eric Anholt
2011-07-18
1
-37
/
+11
*
i965: Remove unused region calculations in brw_update_draw_buffer().
Eric Anholt
2011-07-18
1
-60
/
+2
*
i965: Remove empty brw_set_draw_region.
Eric Anholt
2011-07-18
1
-14
/
+0
*
i965: Remove FALLBACK() from brw_update_draw_region().
Eric Anholt
2011-07-18
1
-16
/
+0
*
intel: Move intel_draw_buffers() code into each driver.
Eric Anholt
2011-07-18
6
-200
/
+612
*
intel: Clarify the depthRb == stencilRb logic.
Eric Anholt
2011-07-18
1
-16
/
+15
*
intel: Use the post-execution batchbuffer contents for dumping.
Eric Anholt
2011-07-18
1
-1
/
+3
*
xmlconfig: remove an unused-but-set variable
Marek Olšák
2011-07-15
1
-2
/
+2
*
prog_optimize: fix a warning that a variable may be uninitialized
Marek Olšák
2011-07-15
1
-0
/
+3
*
r300/compiler: remove an unused-but-set variable and simplify the code
Marek Olšák
2011-07-15
1
-9
/
+6
*
r300/compiler: fix a warning that a variable may be uninitialized
Marek Olšák
2011-07-15
1
-1
/
+1
*
st/mesa: remove unused-but-set variables in st_program.c
Marek Olšák
2011-07-15
1
-33
/
+31
*
swrast: remove an unused-but-set variable
Marek Olšák
2011-07-15
1
-11
/
+0
*
mesa: fix unused-but-set-variable warnings in dlist.c
Marek Olšák
2011-07-15
1
-6
/
+6
*
r600c/g: add new NI pci ids
Alex Deucher
2011-07-15
1
-0
/
+2
*
vbo: minor optimisation in vbo_exec_DrawRangeElements
Dave Airlie
2011-07-14
1
-3
/
+3
*
mesa: use inline function wrapper for _mesa_reference_texobj()
Brian Paul
2011-07-14
2
-7
/
+15
*
mesa: use inline function wrapper for _mesa_reference_renderbuffer()
Brian Paul
2011-07-14
2
-9
/
+14
*
mesa: use inline function wrapper for _mesa_reference_framebuffer()
Brian Paul
2011-07-14
2
-9
/
+13
*
main: use inline function wrapper for _mesa_reference_buffer_object()
Brian Paul
2011-07-14
2
-7
/
+16
*
mesa: split _mesa_reference_program() into hot/cold paths.
Dave Airlie
2011-07-14
2
-7
/
+18
*
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Stéphane Marchesin
2011-07-13
69
-607
/
+1555
|
\
|
*
st/mesa: flush bitmap cache on query and conditional render boundaries
Vadim Girlin
2011-07-13
2
-0
/
+10
|
*
i915: Add support for gl_FragData[0] for output color.
Eric Anholt
2011-07-12
1
-0
/
+1
|
*
i915: Fix NPOT compressed textures on 915.
Eric Anholt
2011-07-12
1
-2
/
+2
|
*
mesa: Fix assertion failure in X8_Z24/Z24_X8 texfetch.
Eric Anholt
2011-07-12
1
-2
/
+4
|
*
i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764d
Eric Anholt
2011-07-12
1
-0
/
+1
|
*
i915: Use _mesa_get_format_name to describe translate_tex_format() fail.
Eric Anholt
2011-07-12
2
-2
/
+4
|
*
i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.
Eric Anholt
2011-07-12
2
-0
/
+14
|
*
intel: Use _mesa_tex_target_to_face() helper function instead of our own.
Eric Anholt
2011-07-12
1
-22
/
+3
|
*
st/mesa: check if _mesa_create_context() returns NULL
Emil Velikov
2011-07-12
1
-0
/
+3
|
*
st/mesa: choose a matching depth internal format for DrawPixels
Marek Olšák
2011-07-12
1
-2
/
+27
|
*
st/mesa: get rid of unnecessary 'goto' in DrawPixels
Marek Olšák
2011-07-11
1
-10
/
+6
[next]