summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-02wayland: Make eglQueryBufferWL succeed for width and height requests tooRob Bradford1-2/+2
2013-05-02draw/gs: don't crash when vs/gs signatures don't matchZack Rusin1-39/+54
2013-05-02tgsi: allow negation of all integer typesZack Rusin3-8/+4
2013-05-02i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute.Eric Anholt1-0/+35
2013-05-02r600g: Don't set the dest cache bits on surface sync for R600_CONTEXT_FLUSH_A...Tom Stellard1-15/+13
2013-05-02r600g/compute: Fix build error in debug codeTom Stellard1-1/+1
2013-05-02radeon: Fix build with LLVM 3.3Armin K1-1/+1
2013-05-02gallivm: Fix build with LLVM 3.3Armin K1-1/+3
2013-05-02mesa: update comments, simplify code in vtxfmt.cBrian Paul1-8/+6
2013-05-02mesa: update GLvertexformat commentsBrian Paul1-20/+7
2013-05-02mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul9-176/+110
2013-05-02mesa: remove GLvertexformat::Rectf()Brian Paul7-56/+24
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul9-401/+20
2013-05-02vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()Brian Paul3-0/+68
2013-05-02mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul5-16/+32
2013-05-02mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul5-8/+4
2013-05-02mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul5-10/+9
2013-05-02mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWNBrian Paul2-5/+3
2013-05-02mesa: add names of geometry shader prims in gl_enums.pyBrian Paul1-1/+5
2013-05-02vbo: fix initial value of ctx->Driver.CurrentSavePrimitiveBrian Paul1-1/+1
2013-05-02vbo: fix error detection in vbo_save_playback_vertex_list()Brian Paul1-11/+6
2013-05-02mesa: comments, formatting fixes in dlist codeBrian Paul1-3/+10
2013-05-02vbo: remove redundant vfmt->Begin = _save_Begin assignmentBrian Paul1-1/+0
2013-05-02mesa: don't install glDraw* functions into the BeginEnd dispatch tableBrian Paul1-30/+43
2013-05-02vbo: fix parameter validation for saving dlist glDraw* functionsBrian Paul1-4/+39
2013-05-02mesa: add missing error check in _mesa_EndList()Brian Paul1-0/+6
2013-05-02mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul5-13/+7
2013-05-02mesa: simplify save_Begin() error checkingBrian Paul1-20/+13
2013-05-02mesa: refactor _mesa_valid_prim_mode()Brian Paul2-14/+24
2013-05-02mesa: fix CurrentSavePrimitive <= GL_POLYGON testsBrian Paul2-3/+3
2013-05-02mesa: adjust PRIM_x constants for geometry shadersBrian Paul1-3/+4
2013-05-02mesa: fix save_ShadeModel() logic and add new commentsBrian Paul1-4/+5
2013-05-02gallivm: Fix altivec intrinsics for 8xi16 add/subAdam Jackson1-2/+2
2013-05-02r600/sb: Fix build failure with non-standard libdrm installation prefixLauri Kasanen1-0/+1
2013-05-02radeon/uvd: Fix build failure with non-standard libdrm installation prefixLauri Kasanen1-1/+1
2013-05-01mesa: implement glFramebufferTextureJordan Justen3-1/+21
2013-05-01mesa: add Layered field to framebuffersJordan Justen2-0/+22
2013-05-01mesa: add renderbuffer attachment Layered fieldJordan Justen3-8/+12
2013-05-01mesa: add renderbuffer Depth fieldJordan Justen2-0/+2
2013-05-01scons: remove IN_DRI_DRIVERAndreas Boll1-1/+0
2013-05-01build: remove unused API_DEFINESAndreas Boll15-17/+6
2013-05-01intel: use automake conditionals for defining FEATURE_{ES1,ES2}Andreas Boll2-2/+20
2013-05-01egl-static: use automake conditionals for defining FEATURE_{GL,ES1,ES2}Andreas Boll1-1/+11
2013-05-01intel: remove executable bit from C fileAndreas Boll1-0/+0
2013-05-01vbo: fix possible use-after-free segfault after a VAO is deletedMarek Olšák3-4/+25
2013-05-01i965/vs: Fix textureGrad() with shadow samplers on Haswell.Kenneth Graunke1-2/+8
2013-05-01i965: Lower textureGrad() for samplerCubeShadow.Kenneth Graunke3-6/+27
2013-05-01radeon/uvd: fix quant scan order for mpeg2Christian König1-2/+6
2013-05-01st/vdpau: fix background handling in the mixerChristian König1-9/+10
2013-05-01vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König6-38/+40