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: 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
*
i915: Remove GLES 3.0 sRGB workaround.
Kenneth Graunke
2013-06-28
1
-52
/
+0
*
intel: Remove unused INTEL_MAX_FIXUP macro.
Kenneth Graunke
2013-06-28
1
-2
/
+0
*
i915: Remove a duplicated set of PCI IDs.
Eric Anholt
2013-06-28
2
-14
/
+1
*
i915: Remove various remaining dead code.
Eric Anholt
2013-06-28
3
-10
/
+0
*
i915: Remove dead debug flags.
Eric Anholt
2013-06-28
2
-20
/
+0
*
i915: Remove state batch emit support.
Eric Anholt
2013-06-28
3
-10
/
+1
*
i915: Drop unused register #defines from the shared reg file.
Eric Anholt
2013-06-28
1
-67
/
+0
*
i915: Drop 965+ GL version setup.
Eric Anholt
2013-06-28
1
-22
/
+1
*
i915: Remove gen6+ batchbuffer support.
Eric Anholt
2013-06-28
6
-91
/
+25
*
i915: Drop chipset detection code for 965+ chipsets.
Eric Anholt
2013-06-28
2
-238
/
+2
*
i915: Drop context fields specific to 965+ chipsets.
Eric Anholt
2013-06-28
2
-48
/
+2
*
i915: Drop all has_llc code.
Eric Anholt
2013-06-28
8
-226
/
+10
*
i915: Remove the remainder of the batchbuffer caching.
Eric Anholt
2013-06-28
2
-24
/
+0
*
i915: Remove miscellanous uncalled gen4 code from formerly shared files.
Eric Anholt
2013-06-28
9
-311
/
+0
*
i915: Remove most of the code under gen >= 4 checks.
Eric Anholt
2013-06-28
8
-162
/
+17
*
i915: Remove fake ETC support that only existed on gen4+
Eric Anholt
2013-06-28
2
-129
/
+10
*
i915: Remove separate stencil code.
Eric Anholt
2013-06-28
11
-506
/
+21
*
i915: Remove the I915 macro from the formerly shared code.
Eric Anholt
2013-06-28
10
-116
/
+5
*
i915: Remove all the MSAA support code.
Eric Anholt
2013-06-28
14
-1251
/
+59
*
i915: Remove all the HiZ code from i915.
Eric Anholt
2013-06-28
13
-716
/
+4
*
mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_ARB_texture_storage is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_ARB_shading_language_100 is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_ARB_shader_objects is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_NV_blend_square is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_EXT_fog_coord is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_EXT_secondary_color is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_EXT_framebuffer_object is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
i915: Remove GEN >= 4 extension support
Ian Romanick
2013-06-28
1
-76
/
+3
*
i965,i915: Return early if miptree allocation fails
Chad Versace
2013-06-27
1
-0
/
+2
*
i915: Fork the shared code from i965.
Eric Anholt
2013-06-26
43
-25
/
+14731
*
i915: Remove dead symlink.
Eric Anholt
2013-06-26
1
-1
/
+0
[next]