summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: refactor _mesa_valid_prim_mode()Brian Paul2013-05-022-14/+24
* mesa: fix CurrentSavePrimitive <= GL_POLYGON testsBrian Paul2013-05-022-3/+3
* mesa: adjust PRIM_x constants for geometry shadersBrian Paul2013-05-021-3/+4
* mesa: fix save_ShadeModel() logic and add new commentsBrian Paul2013-05-021-4/+5
* gallivm: Fix altivec intrinsics for 8xi16 add/subAdam Jackson2013-05-021-2/+2
* r600/sb: Fix build failure with non-standard libdrm installation prefixLauri Kasanen2013-05-021-0/+1
* radeon/uvd: Fix build failure with non-standard libdrm installation prefixLauri Kasanen2013-05-021-1/+1
* mesa: implement glFramebufferTextureJordan Justen2013-05-013-1/+21
* mesa: add Layered field to framebuffersJordan Justen2013-05-012-0/+22
* mesa: add renderbuffer attachment Layered fieldJordan Justen2013-05-013-8/+12
* mesa: add renderbuffer Depth fieldJordan Justen2013-05-012-0/+2
* scons: remove IN_DRI_DRIVERAndreas Boll2013-05-011-1/+0
* build: remove unused API_DEFINESAndreas Boll2013-05-0115-17/+6
* intel: use automake conditionals for defining FEATURE_{ES1,ES2}Andreas Boll2013-05-012-2/+20
* egl-static: use automake conditionals for defining FEATURE_{GL,ES1,ES2}Andreas Boll2013-05-011-1/+11
* intel: remove executable bit from C fileAndreas Boll2013-05-011-0/+0
* vbo: fix possible use-after-free segfault after a VAO is deletedMarek Olšák2013-05-013-4/+25
* i965/vs: Fix textureGrad() with shadow samplers on Haswell.Kenneth Graunke2013-05-011-2/+8
* i965: Lower textureGrad() for samplerCubeShadow.Kenneth Graunke2013-05-013-6/+27
* radeon/uvd: fix quant scan order for mpeg2Christian König2013-05-011-2/+6
* st/vdpau: fix background handling in the mixerChristian König2013-05-011-9/+10
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-016-38/+40
* vl/compositor: cleanup background clearingChristian König2013-05-017-16/+14
* swrast: add casts for ImageSlices pointer arithmeticBrian Paul2013-05-012-4/+4
* ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERSChia-I Wu2013-05-011-0/+2
* ilo: enable SO support on GEN7Chia-I Wu2013-05-011-3/+4
* ilo: reset SO write offsets for new SO targetsChia-I Wu2013-05-011-6/+15
* ilo: correctly program SO states for GEN7Chia-I Wu2013-05-011-7/+46
* ilo: implement GEN7 SO GPE functionsChia-I Wu2013-05-013-40/+150
* ilo: add gen6_pipeline_update_max_svbi()Chia-I Wu2013-05-012-13/+35
* ilo: expose register indices of OUTs in ilo_shaderChia-I Wu2013-05-014-4/+30
* ilo: allow one-off flags to be specified for CPChia-I Wu2013-05-012-0/+15
* ilo: fix tiling/size for special-purpose resourcesChia-I Wu2013-05-011-2/+30
* ilo: use UMS layout for render targetsChia-I Wu2013-05-014-19/+117
* ilo: support and prefer compact array spacingChia-I Wu2013-05-014-15/+77
* ilo: move device limits to ilo_dev_info or to GPEsChia-I Wu2013-05-0110-96/+127
* ilo: use ilo_dev_info in toy compilerChia-I Wu2013-05-0110-33/+33
* ilo: use ilo_dev_info in GPE and 3D pipelineChia-I Wu2013-05-0112-597/+587
* ilo: add ilo_dev_info shared by the screen and contextsChia-I Wu2013-05-019-51/+71
* ilo: fix indentation of ilo_gpe_gen*.hChia-I Wu2013-05-012-258/+258
* glsl: Ignore redundant prototypes after a function's been defined.Kenneth Graunke2013-04-301-4/+11
* build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner2013-04-303-0/+3
* build: Remove HAVE_PIPE_LOADER_SW.Matt Turner2013-04-301-4/+0
* build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner2013-04-303-0/+3
* build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.Matt Turner2013-04-301-2/+2
* i965: Stop passing num_samples to intel_miptree_alloc_hiz().Paul Berry2013-04-303-8/+6
* draw: don't crash if GS doesn't emit anythingZack Rusin2013-04-272-0/+18
* i965: Implement color clears using a simple shader in blorp.Eric Anholt2013-04-308-14/+344
* mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt2013-04-304-41/+36
* i965: Don't flush the batch at the end of blorp.Eric Anholt2013-04-303-18/+19