summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-24mesa: don't enable legacy GL functions when using API_OPENGL_COREcore-context-v2Jordan Justen4-167/+232
2012-07-24intel: add support for using API_OPENGL_COREJordan Justen1-1/+1
2012-07-24meta: add support for using API_OPENGL_COREJordan Justen1-1/+1
2012-07-24glsl: add support for using API_OPENGL_COREJordan Justen1-8/+6
2012-07-24mesa: add support for using API_OPENGL_COREJordan Justen11-19/+29
2012-07-24mesa: add api check macrosJordan Justen1-0/+4
2012-07-24mesa: add API_OPENGL_CORE apiJordan Justen1-1/+2
2012-07-24i965/msaa: Switch on 8x MSAA for Gen7.Paul Berry2-3/+7
2012-07-24i965/msaa: Adjust MCS buffer allocation for 8x MSAA.Paul Berry1-2/+25
2012-07-24i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA.Paul Berry1-3/+0
2012-07-24i965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x MSAA.Paul Berry1-6/+64
2012-07-24i965/blorp: Encode and decode IMS format for 8x MSAA correctly.Paul Berry1-39/+107
2012-07-24i965/blorp: Compute sample number correctly for 8x MSAA.Paul Berry1-13/+42
2012-07-24i965/blorp: Properly adjust primitive size for 8x MSAA.Paul Berry1-4/+17
2012-07-24i965/blorp: Parameterize manual_blend() by num_samples.Paul Berry1-8/+5
2012-07-24i965/msaa: Remove comment about falsely claiming to support MSAA.Paul Berry1-5/+0
2012-07-24i965/blorp: Handle DrawBuffers properly.Paul Berry1-7/+10
2012-07-24i965/blorp: Rearrange order of blit validation and preparation steps.Paul Berry1-55/+88
2012-07-24i965/blorp: Don't fall back to swrast when miptrees absent.Paul Berry1-6/+2
2012-07-24i965/blorp: Fixup scissoring of blits to window system buffers.Paul Berry1-12/+16
2012-07-24i965/blorp: Simplify check that src/dst width/height match.Paul Berry1-4/+2
2012-07-24i965/msaa: Work around problems with null render targets on Gen6.Paul Berry2-4/+49
2012-07-24i965: Set width, height, and tiling properly for null render targets.Paul Berry2-2/+60
2012-07-24i965/msaa: Control multisampling behaviour via the visual.Paul Berry5-17/+7
2012-07-24msaa: Compute visual samples/sampleBuffers from all buffers.Paul Berry1-2/+7
2012-07-24Fix compile time errors when building against uclibcAnthony G. Basile3-2/+4
2012-07-24r600g: enable streamout only on 2.14 or latter kernelJerome Glisse1-1/+1
2012-07-24intel: move error on create context to proper pathJordan Justen1-1/+1
2012-07-24mesa context: generate an error for uninstalled context functionsJordan Justen1-1/+4
2012-07-24nouveau: include glformats.h to get missing prototypeBrian Paul1-0/+1
2012-07-24mesa: improve comment in build_tnl_program()Brian Paul1-1/+1
2012-07-24mesa: move _mesa_error_check_format_and_type() to glformats.cBrian Paul4-371/+371
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul13-392/+395
2012-07-24mesa: move some format helper functions to glformats.cBrian Paul8-421/+425
2012-07-24radeonsi: remove old state handlingChristian König8-690/+1
2012-07-24radeonsi: move everything else into the new handlingChristian König7-289/+199
2012-07-24radeonsi: move format handling into si_state.cChristian König4-543/+109
2012-07-24radeonsi: move remaining sampler state into si_state.cChristian König2-339/+440
2012-07-24radeonsi: move draw state into new handlingChristian König7-558/+589
2012-07-24radeonsi: move constants to new state handlingChristian König5-64/+59
2012-07-24radeonsi: move sampler states into new handlingChristian König4-107/+115
2012-07-24radeonsi: move shaders to new handlingChristian König6-336/+295
2012-07-24radeonsi: move spi into new handlingChristian König5-80/+46
2012-07-24radeonsi: move init state to new handlingChristian König5-38/+43
2012-07-24radeonsi: move draw_info to new state handlingChristian König6-98/+84
2012-07-24radeonsi: move CB_TARGET_MASK into fb/blend stateChristian König4-12/+23
2012-07-24radeonsi: move stencil_ref to new handlingChristian König7-78/+37
2012-07-24radeonsi: move dsa state to new handlingChristian König8-155/+149
2012-07-24radeonsi: move infeered fb/rs state to new handlingChristian König5-65/+52
2012-07-24radeonsi: move rasterizer state into new handlingChristian König8-200/+174