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
*
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
*
automake: src/mesa/drivers/dri/i915
Matt Turner
2012-01-20
5
-32
/
+70
*
intel: Set depth to 6 for cubemaps
Ian Romanick
2012-01-18
1
-2
/
+2
*
i915: Convert to use GLbitfield64 directly.
Mathias Fröhlich
2011-12-28
2
-14
/
+12
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-2
/
+2
*
android: pass -std=c99 by default
Chia-I Wu
2011-11-26
1
-4
/
+0
*
i915: Fix complete texturing regression since 27505a105a
Eric Anholt
2011-11-23
1
-0
/
+2
*
i915: Fix build since hiz merge.
Eric Anholt
2011-11-23
6
-24
/
+29
*
i915: Move the texture format setup for this driver out of shared code.
Eric Anholt
2011-11-22
2
-0
/
+51
*
intel: Add the context to the render_target_supported() vtbl method.
Eric Anholt
2011-11-22
2
-2
/
+2
*
intel: Remove unused HiZ functions
Chad Versace
2011-11-22
2
-18
/
+0
*
dri: Remove unused dri texmem.c
Kristian Høgsberg
2011-11-02
2
-4
/
+0
*
i915: Move the always_flush_cache code to triangle emit.
Eric Anholt
2011-10-29
1
-0
/
+8
*
i915: make i830/i915_hiz_resolve_noop() static
Brian Paul
2011-10-18
2
-2
/
+2
[next]