aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* intel: Clean up confusion between logical and physical surface dimensions.Paul Berry2013-01-091-18/+18
* drivers: compute version and then initialize exec tableJordan Justen2012-12-162-0/+16
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee2012-11-211-1/+1
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-191-1/+1
* automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt2012-11-122-5/+2
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.Eric Anholt2012-10-151-1/+0
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-031-2/+2
* build: Set visibility CFLAGS in dri/i915Matt Turner2012-10-011-0/+1
* i915: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-281-3/+0
* mesa: s/FREE/free/Brian Paul2012-09-012-4/+4
* intel: Move RenderMode fallback func to i915 driver.Eric Anholt2012-08-282-0/+20
* mesa: Use a new, more specific hook for shader uniform changes.Kenneth Graunke2012-08-251-0/+8
* i915: Validate API and version in i915CreateContextIan Romanick2012-08-132-1/+36
* intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt2012-08-122-3/+3
* intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2Tapani Pälli2012-08-081-3/+3
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-011-1/+1
* intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-262-2/+4
* i830: Fix stack corruptionChad Versace2012-07-201-1/+1
* intel: Add offset field to miptreeKristian Høgsberg2012-07-111-1/+1
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-1/+0
* i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx2012-05-291-1/+1
* i965: Gut the separate OpenGL ES extension enabling.Kenneth Graunke2012-05-232-2/+0
* i915: Drop gen4+ code from the forked clear code.Eric Anholt2012-05-231-10/+1
* intel: Fork the intel_clear.c file between i915 and i965.Eric Anholt2012-05-231-1/+203
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-012-4/+6
* autoconf: pass -Wall to automakeDylan Noblesmith2012-04-291-2/+2
* i915: set SPRITE_POINT_ENABLE bit correctlyYuanhan Liu2012-04-094-12/+48
* intel: Drop the INTEL_STRICT_CONFORMANCE environment variable.Eric Anholt2012-03-201-11/+1
* Add Makefile.in to toplevel .gitignoreKenneth Graunke2012-03-201-1/+0
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-201-3/+0
* i915: fallback for NPOT cubemap textureYuanhan Liu2012-03-191-0/+22
* i915: remove occurances of _DD_NEW_x flagsBrian Paul2012-03-121-7/+5
* i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect checkYuanhan Liu2012-03-071-4/+3
* i915: fix wrong rendering of gl_PointSize on PineviewYuanhan Liu2012-03-051-0/+4
* i915: Fix i830 polygon stipple from PBOs.Kurt Roeckx2012-03-021-1/+7
* i915: Compute maximum number of verts using the actual batchbuffer size.Kurt Roeckx2012-03-021-3/+3
* i830: Compute initial number of vertices from remaining batch spaceChris Wilson2012-03-021-5/+11
* dri/i915: Fix off-by-one in i830 clip region size.Alban Browaeys2012-03-021-2/+2
* i915: Fix piglit fbo-nodepth-test on i830.Eric Anholt2012-03-022-3/+8
* mesa: remove last of MAX_WIDTH, MAX_HEIGHTBrian Paul2012-02-241-1/+0
* i915: Fix type of "specoffset" variable.Paul Berry2012-02-141-1/+1
* intel: Use libdrm's decode functionality instead of the gpu-tools copy.Eric Anholt2012-01-301-1/+0
* dri: don't link with DRICORE_LIB_DEPSMatt Turner2012-01-281-1/+0
* intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt2012-01-272-2/+8
* dri: Move the compile of the common files to a convenience library.Eric Anholt2012-01-261-10/+3
* i915: Fix driver after automakeification.Eric Anholt2012-01-261-1/+9
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-242-6/+6