summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)AuthorFilesLines
2012-12-16drivers: compute version and then initialize exec tableJordan Justen2-0/+16
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-21i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee1-1/+1
2012-11-19intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt1-1/+1
2012-11-12automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt2-5/+2
2012-10-16mesa: Remove support for named parameters.Kenneth Graunke1-1/+0
2012-10-15mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.Eric Anholt1-1/+0
2012-10-03dri drivers: Link dricommon before dynamic librariesMatt Turner1-2/+2
2012-10-01build: Set visibility CFLAGS in dri/i915Matt Turner1-0/+1
2012-09-28i915: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick1-3/+0
2012-09-01mesa: s/FREE/free/Brian Paul2-4/+4
2012-08-28intel: Move RenderMode fallback func to i915 driver.Eric Anholt2-0/+20
2012-08-25mesa: Use a new, more specific hook for shader uniform changes.Kenneth Graunke1-0/+8
2012-08-13i915: Validate API and version in i915CreateContextIan Romanick2-1/+36
2012-08-12intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt2-3/+3
2012-08-08intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2Tapani Pälli1-3/+3
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-1/+1
2012-07-26intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2-2/+4
2012-07-20i830: Fix stack corruptionChad Versace1-1/+1
2012-07-11intel: Add offset field to miptreeKristian Høgsberg1-1/+1
2012-06-21make: Fold ASM_CFLAGS into DEFINES.Eric Anholt1-1/+0
2012-05-29i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx1-1/+1
2012-05-23i965: Gut the separate OpenGL ES extension enabling.Kenneth Graunke2-2/+0
2012-05-23i915: Drop gen4+ code from the forked clear code.Eric Anholt1-10/+1
2012-05-23intel: Fork the intel_clear.c file between i915 and i965.Eric Anholt1-1/+203
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2-4/+6
2012-04-29autoconf: pass -Wall to automakeDylan Noblesmith1-2/+2
2012-04-09i915: set SPRITE_POINT_ENABLE bit correctlyYuanhan Liu4-12/+48
2012-03-20intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.Eric Anholt1-11/+1
2012-03-20Add Makefile.in to toplevel .gitignoreKenneth Graunke1-1/+0
2012-03-20Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry1-3/+0
2012-03-19i915: fallback for NPOT cubemap textureYuanhan Liu1-0/+22
2012-03-12i915: remove occurances of _DD_NEW_x flagsBrian Paul1-7/+5
2012-03-07i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect checkYuanhan Liu1-4/+3
2012-03-05i915: fix wrong rendering of gl_PointSize on PineviewYuanhan Liu1-0/+4
2012-03-02i915: Fix i830 polygon stipple from PBOs.Kurt Roeckx1-1/+7
2012-03-02i915: Compute maximum number of verts using the actual batchbuffer size.Kurt Roeckx1-3/+3
2012-03-02i830: Compute initial number of vertices from remaining batch spaceChris Wilson1-5/+11
2012-03-02dri/i915: Fix off-by-one in i830 clip region size.Alban Browaeys1-2/+2
2012-03-02i915: Fix piglit fbo-nodepth-test on i830.Eric Anholt2-3/+8
2012-02-24mesa: remove last of MAX_WIDTH, MAX_HEIGHTBrian Paul1-1/+0
2012-02-14i915: Fix type of "specoffset" variable.Paul Berry1-1/+1
2012-01-30intel: Use libdrm's decode functionality instead of the gpu-tools copy.Eric Anholt1-1/+0
2012-01-28dri: don't link with DRICORE_LIB_DEPSMatt Turner1-1/+0
2012-01-27intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt2-2/+8
2012-01-26dri: Move the compile of the common files to a convenience library.Eric Anholt1-10/+3
2012-01-26i915: Fix driver after automakeification.Eric Anholt1-1/+9
2012-01-24intel: use intel_rb_format() to get renderbuffer formatBrian Paul2-6/+6
2012-01-20automake: src/mesa/drivers/dri/i915Matt Turner5-32/+70
2012-01-18intel: Set depth to 6 for cubemapsIan Romanick1-2/+2