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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/r200: Fix tcl culling
smoki
2013-01-20
2
-18
/
+8
*
r200: fix broken tcl lighting
smoki
2013-01-20
1
-10
/
+10
*
i965/gen4: Fix memory leak each time compile_gs_prog() is called.
Eric Anholt
2013-01-20
1
-1
/
+1
*
i915: Fix wrong sizeof argument in i915_update_tex_unit.
Vinson Lee
2013-01-20
1
-1
/
+1
*
i965: Validate requested GLES context version in brwCreateContext
Chad Versace
2013-01-20
1
-33
/
+25
*
i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
Kenneth Graunke
2013-01-20
1
-3
/
+1
*
meta: Remove redundant code in _mesa_meta_GenerateMipmap
Anuj Phogat
2013-01-20
1
-61
/
+4
*
i965/vs: Preserve the type when copy propagating into an instruction.
Kenneth Graunke
2013-01-20
1
-0
/
+1
*
i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.
Kenneth Graunke
2013-01-20
1
-0
/
+1
*
i965/vs: Implement register spilling.
Kenneth Graunke
2013-01-20
3
-1
/
+144
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2013-01-20
3
-4
/
+8
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2012-11-23
2
-4
/
+4
*
i965: Fix regression in depth texture rendering on pre-SNB
Ian Romanick
2012-10-24
1
-2
/
+4
*
intel: Add missing #include <time.h>
Quentin Glidic
2012-10-10
1
-0
/
+1
*
_mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...
Anuj Phogat
2012-10-07
1
-37
/
+169
*
intel/i965: Disable SampleAlphaToOne if dual source blending enabled
Anuj Phogat
2012-10-05
1
-2
/
+11
*
i965: Use visibility cflags on the driver code.
Eric Anholt
2012-10-03
1
-0
/
+1
*
build: Add visibility CFLAGS to OSMesa
Matt Turner
2012-10-03
1
-2
/
+4
*
build: Link OSMesa with glapi, libdl, libstdc++
Matt Turner
2012-10-03
1
-5
/
+12
*
build: Set visibility CFLAGS in dri/swrast
Matt Turner
2012-10-03
1
-1
/
+2
*
build: Set visibility CFLAGS in dri/r200
Matt Turner
2012-10-03
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/radeon
Matt Turner
2012-10-03
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/nouveau
Matt Turner
2012-10-03
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/i915
Matt Turner
2012-10-03
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/common
Matt Turner
2012-10-03
1
-1
/
+2
*
dri drivers: Link dricommon before dynamic libraries
Matt Turner
2012-10-03
5
-10
/
+10
*
Revert "i965: Implement guardband clipping on Ivybridge."
Oliver McFadden
2012-10-03
2
-15
/
+5
*
Revert "i965: Implement guardband clipping on Sandybridge."
Oliver McFadden
2012-10-03
2
-15
/
+10
*
meta: Use float for temporary images, not (un)signed normalized.
Kenneth Graunke
2012-09-28
1
-4
/
+8
*
i965: Remove broken non-interleaved-to-interleaved upload code.
Eric Anholt
2012-09-28
1
-50
/
+2
*
meta: Don't _mesa_set_enable() invalid targets in ES 1.
Kenneth Graunke
2012-09-28
1
-0
/
+2
*
i915: Don't free the intel_context structure when intelCreateContext fails.
Ian Romanick
2012-09-28
1
-3
/
+0
*
i965: Don't free the intel_context structure when intelCreateContext fails.
Ian Romanick
2012-09-28
2
-3
/
+8
*
intel: Don't call intelDestroyContext if there is no context to destroy
Ian Romanick
2012-09-28
1
-1
/
+3
*
dri_util: Use calloc to allocate __DRIcontext
Ian Romanick
2012-09-28
1
-1
/
+1
*
i965/blorp: Add support for blits between SRGB and linear formats (fixed).
Kenneth Graunke
2012-09-28
2
-7
/
+22
*
i965: Don't spill "smeared" registers.
Paul Berry
2012-09-28
1
-0
/
+15
*
i965/blorp: Increase Y alignment for multisampled stencil blits.
Paul Berry
2012-09-28
1
-2
/
+7
*
i965/blorp: Fix offsets and width/height for stencil blits.
Paul Berry
2012-09-28
1
-9
/
+37
*
i965/blorp: Reduce alignment restrictions for stencil blits.
Paul Berry
2012-09-28
1
-6
/
+17
*
i965/blorp: don't reduce stencil alignment restrictions when multisampling.
Paul Berry
2012-09-28
1
-9
/
+1
*
intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.
Paul Berry
2012-09-28
8
-13
/
+31
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-28
8
-13
/
+21
*
i965/blorp: Account for offsets when emitting SURFACE_STATE.
Paul Berry
2012-09-28
4
-4
/
+48
*
i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().
Paul Berry
2012-09-28
3
-6
/
+19
*
i965/blorp: store x and y offsets in brw_blorp_mip_info.
Paul Berry
2012-09-28
4
-28
/
+31
*
i965/blorp: store surface width/height in brw_blorp_mip_info.
Paul Berry
2012-09-28
5
-37
/
+48
*
i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.
Paul Berry
2012-09-28
1
-28
/
+32
*
i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces.
Paul Berry
2012-09-28
2
-1
/
+10
*
i965/gen6+: Adjust stencil buffer size after computing miptree layout.
Paul Berry
2012-09-28
1
-12
/
+16
[next]