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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Remove unsafe global mem_ctx pointer
Ian Romanick
2012-10-07
1
-1
/
+1
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
7
-7
/
+7
*
radeon/r200: remove use of gl_context::DriverCtx field
Brian Paul
2012-10-05
4
-8
/
+16
*
radeon/r200: make radeon_context subclass of gl_context
Brian Paul
2012-10-05
27
-105
/
+106
*
intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage case
Rob Bradford
2012-10-03
1
-1
/
+4
*
dri drivers: Link dricommon before dynamic libraries
Matt Turner
2012-10-03
5
-10
/
+10
*
build: Add visibility CFLAGS to OSMesa
Matt Turner
2012-10-01
1
-2
/
+4
*
build: Link OSMesa with glapi, libdl, libstdc++
Matt Turner
2012-10-01
1
-5
/
+12
*
build: Set visibility CFLAGS in dri/swrast
Matt Turner
2012-10-01
1
-1
/
+2
*
build: Set visibility CFLAGS in dri/r200
Matt Turner
2012-10-01
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/radeon
Matt Turner
2012-10-01
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/nouveau
Matt Turner
2012-10-01
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/i915
Matt Turner
2012-10-01
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/common
Matt Turner
2012-10-01
1
-1
/
+2
*
intel: add support for ANGLE_texture_compression_dxt.
Oliver McFadden
2012-10-01
1
-0
/
+1
*
i965: Complain about variable index lowering when INTEL_DEBUG=perf.
Kenneth Graunke
2012-09-29
1
-2
/
+8
*
i965: Dump linked shaders on MESA_GLSL=dump.
Kenneth Graunke
2012-09-29
1
-0
/
+9
*
intel/i965: Disable SampleAlphaToOne if dual source blending enabled
Anuj Phogat
2012-09-29
1
-2
/
+11
*
i965: brwInitVtbl needs to know the chipset generation
Ian Romanick
2012-09-28
2
-0
/
+6
*
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
1
-3
/
+2
*
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
*
intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpy
Chad Versace
2012-09-28
1
-0
/
+2
*
meta: Use float for temporary images, not (un)signed normalized.
Kenneth Graunke
2012-09-27
1
-4
/
+8
*
intel: Don't advertise GLX_SWAP_COPY_OML
Chad Versace
2012-09-27
1
-6
/
+6
*
i965: Remove stale comment about rebuilding tnl_program.
Eric Anholt
2012-09-27
1
-7
/
+0
*
i965: Add a comment explaining one of the brw_draw_upload.c loops.
Eric Anholt
2012-09-27
1
-0
/
+4
*
i965: Remove broken non-interleaved-to-interleaved upload code.
Eric Anholt
2012-09-27
1
-50
/
+2
*
intel: Remove dead intel_format_to_rb_datatype.
Eric Anholt
2012-09-27
2
-52
/
+0
*
intel: Mark some file-local code as static.
Eric Anholt
2012-09-27
9
-18
/
+9
*
i965: Mark brw_disasm.c tables as static const.
Eric Anholt
2012-09-27
1
-56
/
+44
*
i965: Use visibility cflags on the driver code.
Eric Anholt
2012-09-27
1
-0
/
+1
*
i965/vp: Remove support for non-ARB_vp, non-NV_vp opcodes.
Eric Anholt
2012-09-27
1
-86
/
+0
*
i965/vp: Remove support for relative addressing of destination registers.
Eric Anholt
2012-09-27
1
-83
/
+7
*
i965/vp: Remove support for reading destination registers.
Eric Anholt
2012-09-27
2
-64
/
+4
*
i965/vp: Remove support for GLSL flow control from the old VS backend.
Eric Anholt
2012-09-27
1
-83
/
+0
*
intel: Fix segfault in intel_texsubimage_tiled_memcpy
Chad Versace
2012-09-27
1
-2
/
+1
*
i965: Do texture swizzling in hardware on Haswell.
Kenneth Graunke
2012-09-26
2
-5
/
+52
*
i965: Refactor texture swizzle generation into a helper.
Kenneth Graunke
2012-09-26
3
-49
/
+60
*
intel: Fix size of temporary etc1 buffer
Chad Versace
2012-09-26
1
-3
/
+4
*
meta: Properly save/restore GL_FRAMEBUFFER_SRGB in Meta.
Paul Berry
2012-09-25
2
-27
/
+21
*
intel: Improve teximage perf for Google Chrome paint rects (v3)
Chad Versace
2012-09-25
3
-0
/
+186
*
i965: Allow fast depth clears if scissoring doesn't do anything.
Kenneth Graunke
2012-09-25
1
-1
/
+13
*
i965: Don't spill "smeared" registers.
Paul Berry
2012-09-25
1
-0
/
+15
*
i965/blorp: Fix sRGB MSAA resolves.
Paul Berry
2012-09-24
2
-8
/
+19
*
i965/blorp: Increase Y alignment for multisampled stencil blits.
Paul Berry
2012-09-24
1
-2
/
+7
*
meta: Add on demand compilation of per target shader programs
Anuj Phogat
2012-09-21
1
-57
/
+84
*
i965/blorp: Fix narrowing warnings.
Paul Berry
2012-09-21
1
-3
/
+3
*
i965: Remove brw_set_predicate_inverse(p, true) from scratch offset code
Kenneth Graunke
2012-09-21
1
-1
/
+0
[next]