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
*
swrast: Fix unsigned promotion in pointer arithmetic
Chad Versace
2012-01-23
1
-3
/
+3
*
meta: Fallback for glBlitFramebuffer from a multisample surface
Ian Romanick
2012-01-23
1
-1
/
+6
*
i965/vs: Fix bogus assertion in emit_block_move()
Paul Berry
2012-01-23
1
-3
/
+9
*
i965/vs: Enable workaround-free math on gen7.
Eric Anholt
2012-01-23
1
-2
/
+6
*
i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.
Eric Anholt
2012-01-23
1
-6
/
+16
*
i965: Fix border color on Sandybridge and Ivybridge.
Kenneth Graunke
2012-01-23
1
-1
/
+7
*
Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi"
Jon TURNEY
2012-01-23
1
-0
/
+2
*
dri: install dri_interface.h
Matt Turner
2012-01-22
1
-0
/
+3
*
Remove src/mesa/ppc
Matt Turner
2012-01-21
7
-183
/
+0
*
Fix mistake in 349845f7b
Andrei Slăvoiu
2012-01-21
1
-1
/
+1
*
automake: src/mesa/drivers/dri
Matt Turner
2012-01-20
6
-165
/
+35
*
automake: src/mesa/drivers/dri/swrast
Matt Turner
2012-01-20
4
-27
/
+74
*
automake: src/mesa/drivers/dri/nouveau
Matt Turner
2012-01-20
3
-22
/
+67
*
automake: src/mesa/drivers/dri/r200
Matt Turner
2012-01-20
4
-58
/
+100
*
automake: src/mesa/drivers/dri/radeon
Matt Turner
2012-01-20
4
-54
/
+99
*
automake: src/mesa/drivers/dri/i915
Matt Turner
2012-01-20
5
-32
/
+70
*
Always build shared glapi
Matt Turner
2012-01-20
1
-2
/
+0
*
intel/gen6: Some framebuffers having separate depthstencil should be unsupported
Chad Versace
2012-01-20
1
-0
/
+9
*
mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Chad Versace
2012-01-20
1
-3
/
+10
*
mesa: allocate transform_feedback_info::Outputs array dynamically
Christoph Bumiller
2012-01-20
1
-15
/
+17
*
mesa: include arrayobj.h to silence implicit function declaration warning
Brian Paul
2012-01-20
1
-0
/
+1
*
mesa: Fix and speedup gl_array_object::_MaxElement computation.
Mathias Fröhlich
2012-01-20
2
-139
/
+28
*
mesa: Introduce enabled bitfield helper functions.
Mathias Froehlich
2012-01-20
2
-0
/
+41
*
mesa: Use BITFIELD64_RANGE for VERT_BIT_*_ALL.
Mathias Fröhlich
2012-01-20
1
-5
/
+5
*
st/mesa: copy num_immediates field when copying the immediates array
Brian Paul
2012-01-19
1
-1
/
+5
*
mesa: Set default access flags based on the run-time API
Ian Romanick
2012-01-19
6
-18
/
+37
*
st/mesa: add fallback pipe formats for (compressed) R, RG formats
Brian Paul
2012-01-19
1
-12
/
+22
*
i965: Fix disassembly of data port writes on Ivybridge.
Kenneth Graunke
2012-01-18
1
-1
/
+12
*
i965: Fix disassembly of sampler messages on Ivybridge.
Kenneth Graunke
2012-01-18
1
-1
/
+7
*
i965/vs: Take attributes into account when deciding urb_entry_size.
Kenneth Graunke
2012-01-18
2
-5
/
+8
*
intel: Set depth to 6 for cubemaps
Ian Romanick
2012-01-18
2
-5
/
+5
*
gbm: Validate usage flags in gbm_bo_create_from_egl_image()
Kristian Høgsberg
2012-01-18
2
-3
/
+15
*
i965: Add support for Z16 depth formats.
Eric Anholt
2012-01-18
1
-0
/
+1
*
i965/gen7: Set up surface horizontal alignment field.
Eric Anholt
2012-01-18
1
-1
/
+4
*
i965/gen7: Remove stale comment.
Eric Anholt
2012-01-18
1
-1
/
+0
*
mesa: Fix leak of uniform storage records on shader program link/free.
Eric Anholt
2012-01-18
1
-0
/
+2
*
i965: Fix leak of the program cache BO on context destroy.
Eric Anholt
2012-01-18
1
-0
/
+2
*
i965/vs: Fix leak of an empty hash_table structure per compile.
Eric Anholt
2012-01-18
1
-4
/
+0
*
i965: Fix refcount leak of the gl_program structure.
Eric Anholt
2012-01-18
1
-0
/
+2
*
mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
2012-01-18
4
-5
/
+11
*
st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium drivers
Brian Paul
2012-01-18
2
-0
/
+4
*
mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage paths
Brian Paul
2012-01-18
2
-3
/
+9
*
mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formats
Brian Paul
2012-01-18
1
-0
/
+4
*
mesa: fix tex format selection for GL_R32F and other R/G float formats
Brian Paul
2012-01-18
1
-0
/
+10
*
i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.
Kenneth Graunke
2012-01-18
1
-1
/
+9
*
i965: Remove the INTEL_OLD_VS option.
Kenneth Graunke
2012-01-18
3
-10
/
+3
*
mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.
Kenneth Graunke
2012-01-18
1
-1
/
+1
*
i965/gen5: Fix rendering of depth buffers without stencil [v2]
Chad Versace
2012-01-17
1
-2
/
+15
*
intel: Return if pointer to intel_context is null
Anuj Phogat
2012-01-17
1
-7
/
+7
*
i965: Add .gitignore file to exclude automake build artifacts from git.
Paul Berry
2012-01-17
1
-0
/
+6
[next]