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
/
dri
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Silence warning: unused parameter warning in intel_bufferobj_buffer
Ian Romanick
2014-01-20
3
-13
/
+5
*
i915: Ensure that intel_bufferobj_map_range meets alignment guarantees
Ian Romanick
2014-01-20
1
-7
/
+21
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
1
-12
/
+12
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
3
-21
/
+29
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
57
-119
/
+119
*
mesa: Eliminate parameters to dd_function_table::Scissor
Ian Romanick
2014-01-15
4
-24
/
+26
*
mesa: Eliminate parameters to dd_function_table::DepthRange
Ian Romanick
2014-01-15
2
-2
/
+2
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
1
-13
/
+2
*
i915: Remove spurious calls to DepthRange
Ian Romanick
2014-01-15
2
-9
/
+2
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
2
-27
/
+27
*
i915: Add support for gl_FragData[0] reads.
Henri Verbeet
2013-12-22
1
-0
/
+1
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
1
-1
/
+0
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
7
-6
/
+14
*
mesa: initialize gl_renderbuffer::Depth in core
Marek Olšák
2013-11-23
1
-2
/
+0
*
mesa: Remove PROGRAM_ENV_PARAM enum.
Eric Anholt
2013-11-15
1
-8
/
+0
*
mesa: Remove PROGRAM_LOCAL_PARAM enum.
Eric Anholt
2013-11-15
1
-3
/
+0
*
i915: Actually enable __DRI2rendererQueryExtensionRec
Ian Romanick
2013-11-15
1
-0
/
+1
*
dri: Change value param to unsigned
Ian Romanick
2013-11-13
1
-1
/
+1
*
i915: Use drm_intel_get_aperture_sizes instead of drmAgpSize
Ian Romanick
2013-11-13
1
-2
/
+6
*
dri/i915, dri/i965: Fix support for planar images
Ander Conselvan de Oliveira
2013-11-12
1
-1
/
+2
*
i915, i965: Fix memory leak in intel_miptree_create_for_bo.
Vinson Lee
2013-11-11
1
-1
/
+3
*
dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension
Keith Packard
2013-11-07
5
-4
/
+152
*
dri/i915,dri/i965: Use driGLFormatToImageFormat and driImageFormatToGLFormat
Keith Packard
2013-11-07
1
-49
/
+4
*
dri/intel: Add explicit size parameter to intel_region_alloc_for_fd
Keith Packard
2013-11-07
3
-5
/
+5
*
dri/intel: Split out DRI2 buffer update code to separate function
Keith Packard
2013-11-07
1
-41
/
+49
*
i915: Wire up initial support for DRI_RENDERER_QUERY extension
Ian Romanick
2013-11-07
1
-0
/
+81
*
i915: Refactor the renderer string creation out of intelGetString
Ian Romanick
2013-11-07
2
-13
/
+23
*
i915: Refactor the vendor string out of intelGetString
Ian Romanick
2013-11-07
2
-2
/
+4
*
mesa/dri: Move context flag validation down into the drivers
Ian Romanick
2013-11-07
1
-0
/
+5
*
mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy
Ian Romanick
2013-11-07
1
-0
/
+6
*
i915: Bring sanity to the Viewport function
Ian Romanick
2013-11-05
4
-28
/
+22
*
i915: Fix logic_op check.
Vinson Lee
2013-11-03
1
-2
/
+1
*
i915: Build the driver into the shared mesa_dri_drivers.so.
Eric Anholt
2013-10-24
5
-19
/
+122
*
dri: Move driver config options to dri driver extensions.
Eric Anholt
2013-10-24
1
-4
/
+9
*
mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.
Kenneth Graunke
2013-10-13
1
-13
/
+0
*
mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.
Kenneth Graunke
2013-10-13
1
-13
/
+0
*
intel: Remove silly check for !bufmgr.
Eric Anholt
2013-10-10
1
-6
/
+0
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
3
-76
/
+9
*
mesa/drivers: drop HAVE_*_DRI from individual makefiles
Emil Velikov
2013-10-01
1
-3
/
+0
*
i915: Fix memory leak in do_blit_readpixels.
Vinson Lee
2013-09-30
1
-0
/
+1
*
mesa: Remove some remaining FEATURE_* detritus.
Eric Anholt
2013-09-26
2
-18
/
+0
*
mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.
Eric Anholt
2013-09-23
1
-1
/
+1
*
i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
1
-0
/
+2
*
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...
Axel Davy
2013-09-06
1
-0
/
+3
*
i915: Optimize SEQ and SNE when two operands are uniforms
Ian Romanick
2013-08-26
1
-12
/
+70
*
dri: Choose a decent global driNConfigOptions.
Eric Anholt
2013-08-17
1
-4
/
+1
*
i915,i965: Fix memory leak in try_pbo_upload (v2)
Vinson Lee
2013-08-15
1
-0
/
+1
*
mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile
Marek Olšák
2013-07-30
1
-1
/
+1
*
i915: Remove i965+ chip names.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
mesa: Remove unused allow_large_textures driconf from classic drivers.
Eric Anholt
2013-06-28
1
-2
/
+1
[next]