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
...
*
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
*
Add Makefile.in to toplevel .gitignore
Kenneth Graunke
2012-03-20
1
-1
/
+0
*
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
2012-03-20
1
-3
/
+0
*
i915: fallback for NPOT cubemap texture
Yuanhan Liu
2012-03-19
1
-0
/
+22
*
i915: remove occurances of _DD_NEW_x flags
Brian Paul
2012-03-12
1
-7
/
+5
*
i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect check
Yuanhan Liu
2012-03-07
1
-4
/
+3
*
i915: fix wrong rendering of gl_PointSize on Pineview
Yuanhan Liu
2012-03-05
1
-0
/
+4
*
i915: Fix i830 polygon stipple from PBOs.
Kurt Roeckx
2012-03-02
1
-1
/
+7
*
i915: Compute maximum number of verts using the actual batchbuffer size.
Kurt Roeckx
2012-03-02
1
-3
/
+3
*
i830: Compute initial number of vertices from remaining batch space
Chris Wilson
2012-03-02
1
-5
/
+11
*
dri/i915: Fix off-by-one in i830 clip region size.
Alban Browaeys
2012-03-02
1
-2
/
+2
*
i915: Fix piglit fbo-nodepth-test on i830.
Eric Anholt
2012-03-02
2
-3
/
+8
*
mesa: remove last of MAX_WIDTH, MAX_HEIGHT
Brian Paul
2012-02-24
1
-1
/
+0
*
i915: Fix type of "specoffset" variable.
Paul Berry
2012-02-14
1
-1
/
+1
*
intel: Use libdrm's decode functionality instead of the gpu-tools copy.
Eric Anholt
2012-01-30
1
-1
/
+0
*
dri: don't link with DRICORE_LIB_DEPS
Matt Turner
2012-01-28
1
-1
/
+0
*
intel: Pass the gl_renderbuffer to render_target_supported() vtable method.
Eric Anholt
2012-01-27
2
-2
/
+8
*
dri: Move the compile of the common files to a convenience library.
Eric Anholt
2012-01-26
1
-10
/
+3
*
i915: Fix driver after automakeification.
Eric Anholt
2012-01-26
1
-1
/
+9
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
2
-6
/
+6
[prev]
[next]