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
/
dri
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Fold the one last function intel_tex_format.c into the caller.
Eric Anholt
2013-04-29
2
-2
/
+0
*
i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.
Eric Anholt
2013-04-29
2
-0
/
+13
*
i915: Correctly set the OQ counter bits.
Eric Anholt
2013-04-29
2
-0
/
+2
*
mesa: Introduce a globally-available minify() macro.
Eric Anholt
2013-04-21
1
-9
/
+9
*
mesa: remove gl_context::_TriangleCaps
Brian Paul
2013-04-17
1
-3
/
+4
*
mesa: remove DD_TRI_LIGHT_TWOSIDE flag
Brian Paul
2013-04-17
1
-0
/
+3
*
mesa: remove DD_TRI_UNFILLED flag
Brian Paul
2013-04-17
1
-1
/
+3
*
mesa: remove DD_TRI_STIPPLE flag
Brian Paul
2013-04-17
1
-0
/
+2
*
mesa: remove DD_TRI_OFFSET flag
Brian Paul
2013-04-17
1
-0
/
+4
*
mesa: remove DD_POINT_ATTEN flag
Brian Paul
2013-04-17
1
-1
/
+3
*
mesa: remove DD_LINE_STIPPLE flag
Brian Paul
2013-04-17
1
-1
/
+3
*
i830: Move assert-only code into the assert.
Eric Anholt
2013-04-12
1
-4
/
+1
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
3
-34
/
+34
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
2
-2
/
+2
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
3
-5
/
+4
*
intel: Move validation of context version into intelInitContext
Chad Versace
2013-01-15
3
-33
/
+25
*
xmlpool: Fix out-of-tree builds.
Johannes Obermayr
2013-01-13
1
-0
/
+1
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-3
/
+0
*
driconf: Add translation-generation to build system, don't track generated files
Carl Worth
2013-01-11
1
-0
/
+3
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-1
/
+0
*
intel: Clean up confusion between logical and physical surface dimensions.
Paul Berry
2013-01-09
1
-18
/
+18
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
2
-0
/
+16
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
i915: Fix wrong sizeof argument in i915_update_tex_unit.
Vinson Lee
2012-11-21
1
-1
/
+1
*
intel: Push face/level -> slice handling to the caller of get_image_offset().
Eric Anholt
2012-11-19
1
-1
/
+1
*
automake: Merge per-type *_FILES variables in intel drivers.
Eric Anholt
2012-11-12
2
-5
/
+2
*
mesa: Remove support for named parameters.
Kenneth Graunke
2012-10-16
1
-1
/
+0
*
mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.
Eric Anholt
2012-10-15
1
-1
/
+0
*
dri drivers: Link dricommon before dynamic libraries
Matt Turner
2012-10-03
1
-2
/
+2
*
build: Set visibility CFLAGS in dri/i915
Matt Turner
2012-10-01
1
-0
/
+1
*
i915: Don't free the intel_context structure when intelCreateContext fails.
Ian Romanick
2012-09-28
1
-3
/
+0
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
2
-4
/
+4
*
intel: Move RenderMode fallback func to i915 driver.
Eric Anholt
2012-08-28
2
-0
/
+20
*
mesa: Use a new, more specific hook for shader uniform changes.
Kenneth Graunke
2012-08-25
1
-0
/
+8
*
i915: Validate API and version in i915CreateContext
Ian Romanick
2012-08-13
2
-1
/
+36
*
intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
Eric Anholt
2012-08-12
2
-3
/
+3
*
intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2
Tapani Pälli
2012-08-08
1
-3
/
+3
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
1
-1
/
+1
*
intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
2
-2
/
+4
*
i830: Fix stack corruption
Chad Versace
2012-07-20
1
-1
/
+1
*
intel: Add offset field to miptree
Kristian Høgsberg
2012-07-11
1
-1
/
+1
*
make: Fold ASM_CFLAGS into DEFINES.
Eric Anholt
2012-06-21
1
-1
/
+0
*
i830: Fix crash for GL_STENCIL_TEST in i830Enable()
Kurt Roeckx
2012-05-29
1
-1
/
+1
*
i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
2012-05-23
2
-2
/
+0
*
i915: Drop gen4+ code from the forked clear code.
Eric Anholt
2012-05-23
1
-10
/
+1
*
intel: Fork the intel_clear.c file between i915 and i965.
Eric Anholt
2012-05-23
1
-1
/
+203
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
2
-4
/
+6
*
autoconf: pass -Wall to automake
Dylan Noblesmith
2012-04-29
1
-2
/
+2
*
i915: set SPRITE_POINT_ENABLE bit correctly
Yuanhan Liu
2012-04-09
4
-12
/
+48
*
intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.
Eric Anholt
2012-03-20
1
-11
/
+1
[next]